Html Css Color HEX #CC6A27 Chocolate

📋 copy color: '#CC6A27'

red 204 ◦ green 106 ◦ blue 39

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

Shades of Chocolate #CC6A27

Tints of Chocolate #CC6A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.17%

R = 58.45%
G = 30.37%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC6A27 (or 0xCC6A27) is known color: Chocolate. HEX triplet: CC, 6A and 27. RGB value is (204,106,39). Sum of RGB (Red+Green+Blue) = 204+106+39=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A27 is #3395D8. Grayscale: #808080. Windows color (decimal): -3380697 or 2583244. OLE color: 2583244.

HSL color Cylindrical-coordinate representation of color #CC6A27: hue angle of 24.36º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC6A27 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 106 39 -
CMYK 0 0.48 0.81 0.2
HSL 24.36º 0.68% 0.48% -
HSV(B) 24.36º 0.81% 0.8% -
XYZ 30.42 23.29 4.81 -
YUV 127.66 77.97 182.45 -
System Red Green Blue C M Y K H S L
Decimal 204 106 39 0 0.48 0.81 0.2 24.36 0.68 0.48
Hex CC 6A 27 0 30 51 14 18 44 30
Octal 314 152 47 0 60 121 24 30 104 60
Binary 11001100 1101010 100111 0 110000 1010001 10100 11000 1000100 110000

Color Harmonies of #CC6A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A27

Black with #CC6A27

Text Example


Text Example

White with #CC6A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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