Html Css Color HEX #CB6126 Chocolate

📋 copy color: '#CB6126'

red 203 ◦ green 97 ◦ blue 38

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

Shades of Chocolate #CB6126

Tints of Chocolate #CB6126

RGB

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

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

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

R = 60.06%
G = 28.7%
B = 11.24%

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

#CB6126 (or 0xCB6126) is known color: Chocolate. HEX triplet: CB, 61 and 26. RGB value is (203,97,38). Sum of RGB (Red+Green+Blue) = 203+97+38=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6126 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6126 is #349ED9. Grayscale: #7A7A7A. Windows color (decimal): -3448538 or 2515403. OLE color: 2515403.

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

Color convert

RGB 203 97 38 -
CMYK 0 0.52 0.81 0.20
HSL 21.45º 0.68% 0.47% -
HSV(B) 21.45º 0.81% 0.8% -
XYZ 29.25 21.39 4.42 -
YUV 121.97 80.62 185.8 -
System Red Green Blue C M Y K H S L
Decimal 203 97 38 0 0.52 0.81 0.20 21.45 0.68 0.47
Hex CB 61 26 0 34 51 14 15 44 2F
Octal 313 141 46 0 64 121 24 25 104 57
Binary 11001011 1100001 100110 0 110100 1010001 10100 10101 1000100 101111

Color Harmonies of #CB6126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6126

Black with #CB6126

Text Example


Text Example

White with #CB6126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6126; }

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

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

background-color css

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

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

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

border-color css

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

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

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