Html Css Color HEX #CB6426 Chocolate

📋 copy color: '#CB6426'

red 203 ◦ green 100 ◦ blue 38

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

Shades of Chocolate #CB6426

Tints of Chocolate #CB6426

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.33%

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

R = 59.53%
G = 29.33%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB6426 (or 0xCB6426) is known color: Chocolate. HEX triplet: CB, 64 and 26. RGB value is (203,100,38). Sum of RGB (Red+Green+Blue) = 203+100+38=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6426 is #349BD9. Grayscale: #7C7C7C. Windows color (decimal): -3447770 or 2516171. OLE color: 2516171.

HSL color Cylindrical-coordinate representation of color #CB6426: hue angle of 22.55º 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 #CB6426 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 100 38 -
CMYK 0 0.51 0.81 0.20
HSL 22.55º 0.68% 0.47% -
HSV(B) 22.55º 0.81% 0.8% -
XYZ 29.54 21.95 4.51 -
YUV 123.73 79.62 184.54 -
System Red Green Blue C M Y K H S L
Decimal 203 100 38 0 0.51 0.81 0.20 22.55 0.68 0.47
Hex CB 64 26 0 33 51 14 17 44 2F
Octal 313 144 46 0 63 121 24 27 104 57
Binary 11001011 1100100 100110 0 110011 1010001 10100 10111 1000100 101111

Color Harmonies of #CB6426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6426

Black with #CB6426

Text Example


Text Example

White with #CB6426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6426; }

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

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

background-color css

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

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

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

border-color css

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

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

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