Html Css Color HEX #CC641A Chocolate

📋 copy color: '#CC641A'

red 204 ◦ green 100 ◦ blue 26

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

Shades of Chocolate #CC641A

Tints of Chocolate #CC641A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 61.82%
G = 30.3%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC641A (or 0xCC641A) is known color: Chocolate. HEX triplet: CC, 64 and 1A. RGB value is (204,100,26). Sum of RGB (Red+Green+Blue) = 204+100+26=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC641A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC641A is #339BE5. Grayscale: #7B7B7B. Windows color (decimal): -3382246 or 1729740. OLE color: 1729740.

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

Color convert

RGB 204 100 26 -
CMYK 0 0.51 0.87 0.2
HSL 24.94º 0.77% 0.45% -
HSV(B) 24.94º 0.87% 0.8% -
XYZ 29.65 22.03 3.67 -
YUV 122.66 73.46 186.02 -
System Red Green Blue C M Y K H S L
Decimal 204 100 26 0 0.51 0.87 0.2 24.94 0.77 0.45
Hex CC 64 1A 0 33 57 14 19 4D 2D
Octal 314 144 32 0 63 127 24 31 115 55
Binary 11001100 1100100 11010 0 110011 1010111 10100 11001 1001101 101101

Color Harmonies of #CC641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC641A

Black with #CC641A

Text Example


Text Example

White with #CC641A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC641A; }

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

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

background-color css

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

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

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

border-color css

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

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

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