Html Css Color HEX #CB6118 Chocolate

📋 copy color: '#CB6118'

red 203 ◦ green 97 ◦ blue 24

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

Shades of Chocolate #CB6118

Tints of Chocolate #CB6118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.94%

 BLUE value IS 24 (9.77% from 255) = 7.41%

R = 62.65%
G = 29.94%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB6118 (or 0xCB6118) is known color: Chocolate. HEX triplet: CB, 61 and 18. RGB value is (203,97,24). Sum of RGB (Red+Green+Blue) = 203+97+24=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6118 is #349EE7. Grayscale: #787878. Windows color (decimal): -3448552 or 1597899. OLE color: 1597899.

HSL color Cylindrical-coordinate representation of color #CB6118: hue angle of 24.47º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB6118 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 97 24 -
CMYK 0 0.52 0.88 0.20
HSL 24.47º 0.79% 0.45% -
HSV(B) 24.47º 0.88% 0.8% -
XYZ 29.07 21.31 3.45 -
YUV 120.37 73.62 186.94 -
System Red Green Blue C M Y K H S L
Decimal 203 97 24 0 0.52 0.88 0.20 24.47 0.79 0.45
Hex CB 61 18 0 34 58 14 18 4F 2D
Octal 313 141 30 0 64 130 24 30 117 55
Binary 11001011 1100001 11000 0 110100 1011000 10100 11000 1001111 101101

Color Harmonies of #CB6118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6118

Black with #CB6118

Text Example


Text Example

White with #CB6118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6118; }

 p { color: rgb(203,97,24); }

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

background-color css

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

 a { background-color: rgb(203,97,24); }

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

border-color css

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

 span { border-color: rgb(203,97,24); }

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