Html Css Color HEX #CB6E08 Chocolate

📋 copy color: '#CB6E08'

red 203 ◦ green 110 ◦ blue 8

#CB6E08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CB6E08

Tints of Chocolate #CB6E08

RGB

 RED value IS 203 (79.69% from 255) = 63.24%

 GREEN value IS 110 (43.36% from 255) = 34.27%

 BLUE value IS 8 (3.52% from 255) = 2.49%

R = 63.24%
G = 34.27%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB6E08 (or 0xCB6E08) is known color: Chocolate. HEX triplet: CB, 6E and 08. RGB value is (203,110,8). Sum of RGB (Red+Green+Blue) = 203+110+8=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6E08 is #3491F7. Grayscale: #7E7E7E. Windows color (decimal): -3445240 or 552651. OLE color: 552651.

HSL color Cylindrical-coordinate representation of color #CB6E08: hue angle of 31.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB6E08 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 110 8 -
CMYK 0 0.46 0.96 0.20
HSL 31.38º 0.92% 0.41% -
HSV(B) 31.38º 0.96% 0.8% -
XYZ 30.25 23.87 3.24 -
YUV 126.18 61.31 182.79 -
System Red Green Blue C M Y K H S L
Decimal 203 110 8 0 0.46 0.96 0.20 31.38 0.92 0.41
Hex CB 6E 8 0 2E 60 14 1F 5C 29
Octal 313 156 10 0 56 140 24 37 134 51
Binary 11001011 1101110 1000 0 101110 1100000 10100 11111 1011100 101001

Color Harmonies of #CB6E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6E08

Black with #CB6E08

Text Example


Text Example

White with #CB6E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6E08; }

 p { color: rgb(203,110,8); }

 H1.HeaderClassName
 {
   color: #CB6E08;
 }
 .AnyTagClassName
 {
   color: #CB6E08;
 }
</style>

background-color css

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

 a { background-color: rgb(203,110,8); }

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

border-color css

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

 span { border-color: rgb(203,110,8); }

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