Html Css Color HEX #CB6226 Chocolate

📋 copy color: '#CB6226'

red 203 ◦ green 98 ◦ blue 38

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

Shades of Chocolate #CB6226

Tints of Chocolate #CB6226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.21%

R = 59.88%
G = 28.91%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB6226 (or 0xCB6226) is known color: Chocolate. HEX triplet: CB, 62 and 26. RGB value is (203,98,38). Sum of RGB (Red+Green+Blue) = 203+98+38=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6226 is #349DD9. Grayscale: #7A7A7A. Windows color (decimal): -3448282 or 2515659. OLE color: 2515659.

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

Color convert

RGB 203 98 38 -
CMYK 0 0.52 0.81 0.20
HSL 21.82º 0.68% 0.47% -
HSV(B) 21.82º 0.81% 0.8% -
XYZ 29.35 21.57 4.45 -
YUV 122.56 80.29 185.38 -
System Red Green Blue C M Y K H S L
Decimal 203 98 38 0 0.52 0.81 0.20 21.82 0.68 0.47
Hex CB 62 26 0 34 51 14 16 44 2F
Octal 313 142 46 0 64 121 24 26 104 57
Binary 11001011 1100010 100110 0 110100 1010001 10100 10110 1000100 101111

Color Harmonies of #CB6226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6226

Black with #CB6226

Text Example


Text Example

White with #CB6226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6226; }

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

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

background-color css

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

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

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

border-color css

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

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

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