Html Css Color HEX #CC641E Chocolate

📋 copy color: '#CC641E'

red 204 ◦ green 100 ◦ blue 30

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

Shades of Chocolate #CC641E

Tints of Chocolate #CC641E

RGB

 RED value IS 204 (80.08% from 255) = 61.08%

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

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

R = 61.08%
G = 29.94%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC641E (or 0xCC641E) is known color: Chocolate. HEX triplet: CC, 64 and 1E. RGB value is (204,100,30). Sum of RGB (Red+Green+Blue) = 204+100+30=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC641E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC641E is #339BE1. Grayscale: #7B7B7B. Windows color (decimal): -3382242 or 1991884. OLE color: 1991884.

HSL color Cylindrical-coordinate representation of color #CC641E: hue angle of 24.14º 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 #CC641E is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 100 30 -
CMYK 0 0.51 0.85 0.2
HSL 24.14º 0.74% 0.46% -
HSV(B) 24.14º 0.85% 0.8% -
XYZ 29.69 22.05 3.92 -
YUV 123.12 75.46 185.69 -
System Red Green Blue C M Y K H S L
Decimal 204 100 30 0 0.51 0.85 0.2 24.14 0.74 0.46
Hex CC 64 1E 0 33 55 14 18 4A 2E
Octal 314 144 36 0 63 125 24 30 112 56
Binary 11001100 1100100 11110 0 110011 1010101 10100 11000 1001010 101110

Color Harmonies of #CC641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC641E

Black with #CC641E

Text Example


Text Example

White with #CC641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC641E; }

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

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

background-color css

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

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

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

border-color css

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

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

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