Html Css Color HEX #CB6C27 Chocolate

📋 copy color: '#CB6C27'

red 203 ◦ green 108 ◦ blue 39

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

Shades of Chocolate #CB6C27

Tints of Chocolate #CB6C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.14%

R = 58%
G = 30.86%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB6C27 (or 0xCB6C27) is known color: Chocolate. HEX triplet: CB, 6C and 27. RGB value is (203,108,39). Sum of RGB (Red+Green+Blue) = 203+108+39=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6C27 is #3493D8. Grayscale: #808080. Windows color (decimal): -3445721 or 2583755. OLE color: 2583755.

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

Color convert

RGB 203 108 39 -
CMYK 0 0.47 0.81 0.20
HSL 25.24º 0.68% 0.47% -
HSV(B) 25.24º 0.81% 0.8% -
XYZ 30.36 23.57 4.87 -
YUV 128.54 77.47 181.11 -
System Red Green Blue C M Y K H S L
Decimal 203 108 39 0 0.47 0.81 0.20 25.24 0.68 0.47
Hex CB 6C 27 0 2F 51 14 19 44 2F
Octal 313 154 47 0 57 121 24 31 104 57
Binary 11001011 1101100 100111 0 101111 1010001 10100 11001 1000100 101111

Color Harmonies of #CB6C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C27

Black with #CB6C27

Text Example


Text Example

White with #CB6C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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