Html Css Color HEX #CC641C Chocolate

📋 copy color: '#CC641C'

red 204 ◦ green 100 ◦ blue 28

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

Shades of Chocolate #CC641C

Tints of Chocolate #CC641C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.43%

R = 61.45%
G = 30.12%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC641C (or 0xCC641C) is known color: Chocolate. HEX triplet: CC, 64 and 1C. RGB value is (204,100,28). Sum of RGB (Red+Green+Blue) = 204+100+28=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC641C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC641C is #339BE3. Grayscale: #7B7B7B. Windows color (decimal): -3382244 or 1860812. OLE color: 1860812.

HSL color Cylindrical-coordinate representation of color #CC641C: hue angle of 24.55º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC641C is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 100 28 -
CMYK 0 0.51 0.86 0.2
HSL 24.55º 0.76% 0.45% -
HSV(B) 24.55º 0.86% 0.8% -
XYZ 29.67 22.04 3.79 -
YUV 122.89 74.46 185.85 -
System Red Green Blue C M Y K H S L
Decimal 204 100 28 0 0.51 0.86 0.2 24.55 0.76 0.45
Hex CC 64 1C 0 33 56 14 19 4C 2D
Octal 314 144 34 0 63 126 24 31 114 55
Binary 11001100 1100100 11100 0 110011 1010110 10100 11001 1001100 101101

Color Harmonies of #CC641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC641C

Black with #CC641C

Text Example


Text Example

White with #CC641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC641C; }

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

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

background-color css

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

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

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

border-color css

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

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

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