#CB8E6C

Color #CB8E6C Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #CB8E6C

Tints of Feldspar #CB8E6C

Color information

#CB8E6C (or 0xCB8E6C) is unknown color: approx Feldspar. HEX triplet: CB, 8E and 6C. RGB value is (203,142,108). Sum of RGB (Red+Green+Blue) = 203+142+108=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E6C is #347193. Grayscale: #9C9C9C. Windows color (decimal): -3436948 or 7114443. OLE color: 7114443.

HSL color Cylindrical-coordinate representation of color #CB8E6C: hue angle of 21.47º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB8E6C is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB203142108-
CMYK00.300.470.20
HSL21.47º47.74%60.98%-
HSV(B)21.47º46.8%79.61%-
XYZ37.0133.1318.63-
YUV156.36100.71161.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 142 (55.86% from 255) = 31.35%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=44.81%
G=31.35%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314210800.300.470.2021.4747.7460.98
HexCB8E6C01E2F1415303d
Octal3132161540365724256075
Binary110010111000111011011000111101011111010010101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8E6C; }

 p { color: rgb(203,142,108); }

 H1.HeaderClassName
 {
   color: #CB8E6C;
 }
 .AnyTagClassName
 {
   color: #CB8E6C;
 }
</style>
background-color css

<style>
 a { background-color: #CB8E6C; }

 a { background-color: rgb(203,142,108); }

 div.DivClassName
 {
   background-color: #CB8E6C;
 }
 .BgClassName
 {
   background-color: #CB8E6C;
 }
</style>
border-color css

<style>
 span { border-color: #CB8E6C; }

 span { border-color: rgb(203,142,108); }

 td.TdClassName
 {
   border-color: #CB8E6C;
 }
 .TagClassName
 {
   border-color: #CB8E6C;
 }
</style>