Html Css Color HEX #CB641E Chocolate

📋 copy color: '#CB641E'

red 203 ◦ green 100 ◦ blue 30

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

Shades of Chocolate #CB641E

Tints of Chocolate #CB641E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.01%

R = 60.96%
G = 30.03%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB641E (or 0xCB641E) is known color: Chocolate. HEX triplet: CB, 64 and 1E. RGB value is (203,100,30). Sum of RGB (Red+Green+Blue) = 203+100+30=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB641E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB641E is #349BE1. Grayscale: #7B7B7B. Windows color (decimal): -3447778 or 1991883. OLE color: 1991883.

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

Color convert

RGB 203 100 30 -
CMYK 0 0.51 0.85 0.20
HSL 24.28º 0.74% 0.46% -
HSV(B) 24.28º 0.85% 0.8% -
XYZ 29.42 21.9 3.91 -
YUV 122.82 75.62 185.19 -
System Red Green Blue C M Y K H S L
Decimal 203 100 30 0 0.51 0.85 0.20 24.28 0.74 0.46
Hex CB 64 1E 0 33 55 14 18 4A 2E
Octal 313 144 36 0 63 125 24 30 112 56
Binary 11001011 1100100 11110 0 110011 1010101 10100 11000 1001010 101110

Color Harmonies of #CB641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB641E

Black with #CB641E

Text Example


Text Example

White with #CB641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB641E; }

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

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

background-color css

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

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

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

border-color css

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

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

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