Html Css Color HEX #CCA225 Galliano

📋 copy color: '#CCA225'

red 204 ◦ green 162 ◦ blue 37

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

Shades of Galliano #CCA225

Tints of Galliano #CCA225

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.2%

 BLUE value IS 37 (14.84% from 255) = 9.18%

R = 50.62%
G = 40.2%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCA225 (or 0xCCA225) is known color: Galliano. HEX triplet: CC, A2 and 25. RGB value is (204,162,37). Sum of RGB (Red+Green+Blue) = 204+162+37=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA225 is #335DDA. Grayscale: #A0A0A0. Windows color (decimal): -3366363 or 2466508. OLE color: 2466508.

HSL color Cylindrical-coordinate representation of color #CCA225: hue angle of 44.91º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCA225 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 162 37 -
CMYK 0 0.21 0.82 0.2
HSL 44.91º 0.69% 0.47% -
HSV(B) 44.91º 0.82% 0.8% -
XYZ 38.16 38.81 7.23 -
YUV 160.31 58.41 159.16 -
System Red Green Blue C M Y K H S L
Decimal 204 162 37 0 0.21 0.82 0.2 44.91 0.69 0.47
Hex CC A2 25 0 15 52 14 2D 45 2F
Octal 314 242 45 0 25 122 24 55 105 57
Binary 11001100 10100010 100101 0 10101 1010010 10100 101101 1000101 101111

Color Harmonies of #CCA225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA225

Black with #CCA225

Text Example


Text Example

White with #CCA225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA225; }

 p { color: rgb(204,162,37); }

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

background-color css

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

 a { background-color: rgb(204,162,37); }

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

border-color css

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

 span { border-color: rgb(204,162,37); }

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