Html Css Color HEX #CCAB1A Galliano

📋 copy color: '#CCAB1A'

red 204 ◦ green 171 ◦ blue 26

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

Shades of Galliano #CCAB1A

Tints of Galliano #CCAB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.48%

R = 50.87%
G = 42.64%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCAB1A (or 0xCCAB1A) is known color: Galliano. HEX triplet: CC, AB and 1A. RGB value is (204,171,26). Sum of RGB (Red+Green+Blue) = 204+171+26=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB1A is #3354E5. Grayscale: #A4A4A4. Windows color (decimal): -3364070 or 1747916. OLE color: 1747916.

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

Color convert

RGB 204 171 26 -
CMYK 0 0.16 0.87 0.2
HSL 48.88º 0.77% 0.45% -
HSV(B) 48.88º 0.87% 0.8% -
XYZ 39.65 42.04 7 -
YUV 164.34 49.93 156.29 -
System Red Green Blue C M Y K H S L
Decimal 204 171 26 0 0.16 0.87 0.2 48.88 0.77 0.45
Hex CC AB 1A 0 10 57 14 31 4D 2D
Octal 314 253 32 0 20 127 24 61 115 55
Binary 11001100 10101011 11010 0 10000 1010111 10100 110001 1001101 101101

Color Harmonies of #CCAB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB1A

Black with #CCAB1A

Text Example


Text Example

White with #CCAB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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