Html Css Color HEX #CB6316 Chocolate

📋 copy color: '#CB6316'

red 203 ◦ green 99 ◦ blue 22

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

Shades of Chocolate #CB6316

Tints of Chocolate #CB6316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.56%

 BLUE value IS 22 (8.98% from 255) = 6.79%

R = 62.65%
G = 30.56%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB6316 (or 0xCB6316) is known color: Chocolate. HEX triplet: CB, 63 and 16. RGB value is (203,99,22). Sum of RGB (Red+Green+Blue) = 203+99+22=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6316 is #349CE9. Grayscale: #797979. Windows color (decimal): -3448042 or 1467339. OLE color: 1467339.

HSL color Cylindrical-coordinate representation of color #CB6316: hue angle of 25.52º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB6316 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 99 22 -
CMYK 0 0.51 0.89 0.20
HSL 25.52º 0.8% 0.44% -
HSV(B) 25.52º 0.89% 0.8% -
XYZ 29.24 21.68 3.4 -
YUV 121.32 71.96 186.26 -
System Red Green Blue C M Y K H S L
Decimal 203 99 22 0 0.51 0.89 0.20 25.52 0.8 0.44
Hex CB 63 16 0 33 59 14 1A 50 2C
Octal 313 143 26 0 63 131 24 32 120 54
Binary 11001011 1100011 10110 0 110011 1011001 10100 11010 1010000 101100

Color Harmonies of #CB6316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6316

Black with #CB6316

Text Example


Text Example

White with #CB6316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6316; }

 p { color: rgb(203,99,22); }

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

background-color css

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

 a { background-color: rgb(203,99,22); }

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

border-color css

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

 span { border-color: rgb(203,99,22); }

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