Html Css Color HEX #CB6C14 Chocolate

📋 copy color: '#CB6C14'

red 203 ◦ green 108 ◦ blue 20

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

Shades of Chocolate #CB6C14

Tints of Chocolate #CB6C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.04%

R = 61.33%
G = 32.63%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB6C14 (or 0xCB6C14) is known color: Chocolate. HEX triplet: CB, 6C and 14. RGB value is (203,108,20). Sum of RGB (Red+Green+Blue) = 203+108+20=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6C14 is #3493EB. Grayscale: #7E7E7E. Windows color (decimal): -3445740 or 1338571. OLE color: 1338571.

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

Color convert

RGB 203 108 20 -
CMYK 0 0.47 0.90 0.20
HSL 28.85º 0.82% 0.44% -
HSV(B) 28.85º 0.9% 0.8% -
XYZ 30.12 23.47 3.61 -
YUV 126.37 67.97 182.66 -
System Red Green Blue C M Y K H S L
Decimal 203 108 20 0 0.47 0.90 0.20 28.85 0.82 0.44
Hex CB 6C 14 0 2F 5A 14 1D 52 2C
Octal 313 154 24 0 57 132 24 35 122 54
Binary 11001011 1101100 10100 0 101111 1011010 10100 11101 1010010 101100

Color Harmonies of #CB6C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C14

Black with #CB6C14

Text Example


Text Example

White with #CB6C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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