Html Css Color HEX #CCAB2A Galliano

📋 copy color: '#CCAB2A'

red 204 ◦ green 171 ◦ blue 42

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

Shades of Galliano #CCAB2A

Tints of Galliano #CCAB2A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.01%

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

R = 48.92%
G = 41.01%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCAB2A (or 0xCCAB2A) is known color: Galliano. HEX triplet: CC, AB and 2A. RGB value is (204,171,42). Sum of RGB (Red+Green+Blue) = 204+171+42=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB2A is #3354D5. Grayscale: #A6A6A6. Windows color (decimal): -3364054 or 2796492. OLE color: 2796492.

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

Color convert

RGB 204 171 42 -
CMYK 0 0.16 0.79 0.2
HSL 47.78º 0.66% 0.48% -
HSV(B) 47.78º 0.79% 0.8% -
XYZ 39.88 42.13 8.22 -
YUV 166.16 57.93 154.99 -
System Red Green Blue C M Y K H S L
Decimal 204 171 42 0 0.16 0.79 0.2 47.78 0.66 0.48
Hex CC AB 2A 0 10 4F 14 30 42 30
Octal 314 253 52 0 20 117 24 60 102 60
Binary 11001100 10101011 101010 0 10000 1001111 10100 110000 1000010 110000

Color Harmonies of #CCAB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB2A

Black with #CCAB2A

Text Example


Text Example

White with #CCAB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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