Html Css Color HEX #CB6C1C Chocolate

📋 copy color: '#CB6C1C'

red 203 ◦ green 108 ◦ blue 28

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

Shades of Chocolate #CB6C1C

Tints of Chocolate #CB6C1C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.86%

 BLUE value IS 28 (11.33% from 255) = 8.26%

R = 59.88%
G = 31.86%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB6C1C (or 0xCB6C1C) is known color: Chocolate. HEX triplet: CB, 6C and 1C. RGB value is (203,108,28). Sum of RGB (Red+Green+Blue) = 203+108+28=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6C1C is #3493E3. Grayscale: #7F7F7F. Windows color (decimal): -3445732 or 1862859. OLE color: 1862859.

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

Color convert

RGB 203 108 28 -
CMYK 0 0.47 0.86 0.20
HSL 27.43º 0.76% 0.45% -
HSV(B) 27.43º 0.86% 0.8% -
XYZ 30.2 23.51 4.04 -
YUV 127.29 71.97 182 -
System Red Green Blue C M Y K H S L
Decimal 203 108 28 0 0.47 0.86 0.20 27.43 0.76 0.45
Hex CB 6C 1C 0 2F 56 14 1B 4C 2D
Octal 313 154 34 0 57 126 24 33 114 55
Binary 11001011 1101100 11100 0 101111 1010110 10100 11011 1001100 101101

Color Harmonies of #CB6C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C1C

Black with #CB6C1C

Text Example


Text Example

White with #CB6C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C1C; }

 p { color: rgb(203,108,28); }

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

background-color css

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

 a { background-color: rgb(203,108,28); }

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

border-color css

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

 span { border-color: rgb(203,108,28); }

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