Html Css Color HEX #CC6A1E Chocolate

📋 copy color: '#CC6A1E'

red 204 ◦ green 106 ◦ blue 30

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

Shades of Chocolate #CC6A1E

Tints of Chocolate #CC6A1E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.18%

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

R = 60%
G = 31.18%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC6A1E (or 0xCC6A1E) is known color: Chocolate. HEX triplet: CC, 6A and 1E. RGB value is (204,106,30). Sum of RGB (Red+Green+Blue) = 204+106+30=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A1E is #3395E1. Grayscale: #7F7F7F. Windows color (decimal): -3380706 or 1993420. OLE color: 1993420.

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

Color convert

RGB 204 106 30 -
CMYK 0 0.48 0.85 0.2
HSL 26.21º 0.74% 0.46% -
HSV(B) 26.21º 0.85% 0.8% -
XYZ 30.29 23.24 4.12 -
YUV 126.64 73.47 183.18 -
System Red Green Blue C M Y K H S L
Decimal 204 106 30 0 0.48 0.85 0.2 26.21 0.74 0.46
Hex CC 6A 1E 0 30 55 14 1A 4A 2E
Octal 314 152 36 0 60 125 24 32 112 56
Binary 11001100 1101010 11110 0 110000 1010101 10100 11010 1001010 101110

Color Harmonies of #CC6A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A1E

Black with #CC6A1E

Text Example


Text Example

White with #CC6A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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