Html Css Color HEX #CCA02A Galliano

📋 copy color: '#CCA02A'

red 204 ◦ green 160 ◦ blue 42

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

Shades of Galliano #CCA02A

Tints of Galliano #CCA02A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.41%

 BLUE value IS 42 (16.8% from 255) = 10.34%

R = 50.25%
G = 39.41%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCA02A (or 0xCCA02A) is known color: Galliano. HEX triplet: CC, A0 and 2A. RGB value is (204,160,42). Sum of RGB (Red+Green+Blue) = 204+160+42=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA02A is #335FD5. Grayscale: #A0A0A0. Windows color (decimal): -3366870 or 2793676. OLE color: 2793676.

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

Color convert

RGB 204 160 42 -
CMYK 0 0.22 0.79 0.2
HSL 43.7º 0.66% 0.48% -
HSV(B) 43.7º 0.79% 0.8% -
XYZ 37.89 38.15 7.56 -
YUV 159.7 61.58 159.59 -
System Red Green Blue C M Y K H S L
Decimal 204 160 42 0 0.22 0.79 0.2 43.7 0.66 0.48
Hex CC A0 2A 0 16 4F 14 2C 42 30
Octal 314 240 52 0 26 117 24 54 102 60
Binary 11001100 10100000 101010 0 10110 1001111 10100 101100 1000010 110000

Color Harmonies of #CCA02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA02A

Black with #CCA02A

Text Example


Text Example

White with #CCA02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA02A; }

 p { color: rgb(204,160,42); }

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

background-color css

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

 a { background-color: rgb(204,160,42); }

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

border-color css

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

 span { border-color: rgb(204,160,42); }

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