Html Css Color HEX #CB6C09 Chocolate

📋 copy color: '#CB6C09'

red 203 ◦ green 108 ◦ blue 9

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

Shades of Chocolate #CB6C09

Tints of Chocolate #CB6C09

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.75%

 BLUE value IS 9 (3.91% from 255) = 2.81%

R = 63.44%
G = 33.75%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB6C09 (or 0xCB6C09) is known color: Chocolate. HEX triplet: CB, 6C and 09. RGB value is (203,108,9). Sum of RGB (Red+Green+Blue) = 203+108+9=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6C09 is #3493F6. Grayscale: #7D7D7D. Windows color (decimal): -3445751 or 617675. OLE color: 617675.

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

Color convert

RGB 203 108 9 -
CMYK 0 0.47 0.96 0.20
HSL 30.62º 0.92% 0.42% -
HSV(B) 30.62º 0.96% 0.8% -
XYZ 30.04 23.44 3.2 -
YUV 125.12 62.47 183.55 -
System Red Green Blue C M Y K H S L
Decimal 203 108 9 0 0.47 0.96 0.20 30.62 0.92 0.42
Hex CB 6C 9 0 2F 60 14 1F 5C 2A
Octal 313 154 11 0 57 140 24 37 134 52
Binary 11001011 1101100 1001 0 101111 1100000 10100 11111 1011100 101010

Color Harmonies of #CB6C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C09

Black with #CB6C09

Text Example


Text Example

White with #CB6C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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