Html Css Color HEX #CCA12F Galliano

📋 copy color: '#CCA12F'

red 204 ◦ green 161 ◦ blue 47

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

Shades of Galliano #CCA12F

Tints of Galliano #CCA12F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.08%

 BLUE value IS 47 (18.75% from 255) = 11.41%

R = 49.51%
G = 39.08%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCA12F (or 0xCCA12F) is known color: Galliano. HEX triplet: CC, A1 and 2F. RGB value is (204,161,47). Sum of RGB (Red+Green+Blue) = 204+161+47=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA12F is #335ED0. Grayscale: #A1A1A1. Windows color (decimal): -3366609 or 3121612. OLE color: 3121612.

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

Color convert

RGB 204 161 47 -
CMYK 0 0.21 0.77 0.2
HSL 43.57º 0.63% 0.49% -
HSV(B) 43.57º 0.77% 0.8% -
XYZ 38.16 38.53 8.12 -
YUV 160.86 63.75 158.77 -
System Red Green Blue C M Y K H S L
Decimal 204 161 47 0 0.21 0.77 0.2 43.57 0.63 0.49
Hex CC A1 2F 0 15 4D 14 2C 3F 31
Octal 314 241 57 0 25 115 24 54 77 61
Binary 11001100 10100001 101111 0 10101 1001101 10100 101100 111111 110001

Color Harmonies of #CCA12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA12F

Black with #CCA12F

Text Example


Text Example

White with #CCA12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA12F; }

 p { color: rgb(204,161,47); }

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

background-color css

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

 a { background-color: rgb(204,161,47); }

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

border-color css

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

 span { border-color: rgb(204,161,47); }

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