Html Css Color HEX #CC6A35 Gold Drop

📋 copy color: '#CC6A35'

red 204 ◦ green 106 ◦ blue 53

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

Shades of Gold Drop #CC6A35

Tints of Gold Drop #CC6A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.6%

R = 56.2%
G = 29.2%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC6A35 (or 0xCC6A35) is known color: Gold Drop. HEX triplet: CC, 6A and 35. RGB value is (204,106,53). Sum of RGB (Red+Green+Blue) = 204+106+53=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A35 is #3395CA. Grayscale: #818181. Windows color (decimal): -3380683 or 3500748. OLE color: 3500748.

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

Color convert

RGB 204 106 53 -
CMYK 0 0.48 0.74 0.2
HSL 21.06º 0.6% 0.5% -
HSV(B) 21.06º 0.74% 0.8% -
XYZ 30.7 23.4 6.27 -
YUV 129.26 84.97 181.31 -
System Red Green Blue C M Y K H S L
Decimal 204 106 53 0 0.48 0.74 0.2 21.06 0.6 0.5
Hex CC 6A 35 0 30 4A 14 15 3C 32
Octal 314 152 65 0 60 112 24 25 74 62
Binary 11001100 1101010 110101 0 110000 1001010 10100 10101 111100 110010

Color Harmonies of #CC6A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A35

Black with #CC6A35

Text Example


Text Example

White with #CC6A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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