Html Css Color HEX #CB640E Chocolate

📋 copy color: '#CB640E'

red 203 ◦ green 100 ◦ blue 14

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

Shades of Chocolate #CB640E

Tints of Chocolate #CB640E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.55%

 BLUE value IS 14 (5.86% from 255) = 4.42%

R = 64.04%
G = 31.55%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB640E (or 0xCB640E) is known color: Chocolate. HEX triplet: CB, 64 and 0E. RGB value is (203,100,14). Sum of RGB (Red+Green+Blue) = 203+100+14=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB640E is #349BF1. Grayscale: #797979. Windows color (decimal): -3447794 or 943307. OLE color: 943307.

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

Color convert

RGB 203 100 14 -
CMYK 0 0.51 0.93 0.20
HSL 27.3º 0.87% 0.43% -
HSV(B) 27.3º 0.93% 0.8% -
XYZ 29.27 21.84 3.09 -
YUV 120.99 67.62 186.49 -
System Red Green Blue C M Y K H S L
Decimal 203 100 14 0 0.51 0.93 0.20 27.3 0.87 0.43
Hex CB 64 E 0 33 5D 14 1B 57 2B
Octal 313 144 16 0 63 135 24 33 127 53
Binary 11001011 1100100 1110 0 110011 1011101 10100 11011 1010111 101011

Color Harmonies of #CB640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB640E

Black with #CB640E

Text Example


Text Example

White with #CB640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB640E; }

 p { color: rgb(203,100,14); }

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

background-color css

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

 a { background-color: rgb(203,100,14); }

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

border-color css

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

 span { border-color: rgb(203,100,14); }

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