Html Css Color HEX #CCAA2A Galliano

📋 copy color: '#CCAA2A'

red 204 ◦ green 170 ◦ blue 42

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

Shades of Galliano #CCAA2A

Tints of Galliano #CCAA2A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.87%

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

R = 49.04%
G = 40.87%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCAA2A (or 0xCCAA2A) is known color: Galliano. HEX triplet: CC, AA and 2A. RGB value is (204,170,42). Sum of RGB (Red+Green+Blue) = 204+170+42=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA2A is #3355D5. Grayscale: #A6A6A6. Windows color (decimal): -3364310 or 2796236. OLE color: 2796236.

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

Color convert

RGB 204 170 42 -
CMYK 0 0.17 0.79 0.2
HSL 47.41º 0.66% 0.48% -
HSV(B) 47.41º 0.79% 0.8% -
XYZ 39.69 41.75 8.16 -
YUV 165.57 58.26 155.41 -
System Red Green Blue C M Y K H S L
Decimal 204 170 42 0 0.17 0.79 0.2 47.41 0.66 0.48
Hex CC AA 2A 0 11 4F 14 2F 42 30
Octal 314 252 52 0 21 117 24 57 102 60
Binary 11001100 10101010 101010 0 10001 1001111 10100 101111 1000010 110000

Color Harmonies of #CCAA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA2A

Black with #CCAA2A

Text Example


Text Example

White with #CCAA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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