Html Css Color HEX #CCA42A Galliano

📋 copy color: '#CCA42A'

red 204 ◦ green 164 ◦ blue 42

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

Shades of Galliano #CCA42A

Tints of Galliano #CCA42A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40%

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

R = 49.76%
G = 40%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCA42A (or 0xCCA42A) is known color: Galliano. HEX triplet: CC, A4 and 2A. RGB value is (204,164,42). Sum of RGB (Red+Green+Blue) = 204+164+42=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA42A is #335BD5. Grayscale: #A2A2A2. Windows color (decimal): -3365846 or 2794700. OLE color: 2794700.

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

Color convert

RGB 204 164 42 -
CMYK 0 0.20 0.79 0.2
HSL 45.19º 0.66% 0.48% -
HSV(B) 45.19º 0.79% 0.8% -
XYZ 38.6 39.56 7.79 -
YUV 162.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 204 164 42 0 0.20 0.79 0.2 45.19 0.66 0.48
Hex CC A4 2A 0 14 4F 14 2D 42 30
Octal 314 244 52 0 24 117 24 55 102 60
Binary 11001100 10100100 101010 0 10100 1001111 10100 101101 1000010 110000

Color Harmonies of #CCA42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA42A

Black with #CCA42A

Text Example


Text Example

White with #CCA42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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