Html Css Color HEX #CB6224 Chocolate

📋 copy color: '#CB6224'

red 203 ◦ green 98 ◦ blue 36

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

Shades of Chocolate #CB6224

Tints of Chocolate #CB6224

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.08%

 BLUE value IS 36 (14.45% from 255) = 10.68%

R = 60.24%
G = 29.08%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB6224 (or 0xCB6224) is known color: Chocolate. HEX triplet: CB, 62 and 24. RGB value is (203,98,36). Sum of RGB (Red+Green+Blue) = 203+98+36=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6224 is #349DDB. Grayscale: #7A7A7A. Windows color (decimal): -3448284 or 2384587. OLE color: 2384587.

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

Color convert

RGB 203 98 36 -
CMYK 0 0.52 0.82 0.20
HSL 22.28º 0.7% 0.47% -
HSV(B) 22.28º 0.82% 0.8% -
XYZ 29.31 21.56 4.29 -
YUV 122.33 79.29 185.54 -
System Red Green Blue C M Y K H S L
Decimal 203 98 36 0 0.52 0.82 0.20 22.28 0.7 0.47
Hex CB 62 24 0 34 52 14 16 46 2F
Octal 313 142 44 0 64 122 24 26 106 57
Binary 11001011 1100010 100100 0 110100 1010010 10100 10110 1000110 101111

Color Harmonies of #CB6224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6224

Black with #CB6224

Text Example


Text Example

White with #CB6224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6224; }

 p { color: rgb(203,98,36); }

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

background-color css

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

 a { background-color: rgb(203,98,36); }

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

border-color css

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

 span { border-color: rgb(203,98,36); }

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