Html Css Color HEX #CCAB1C Galliano

📋 copy color: '#CCAB1C'

red 204 ◦ green 171 ◦ blue 28

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

Shades of Galliano #CCAB1C

Tints of Galliano #CCAB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.95%

R = 50.62%
G = 42.43%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCAB1C (or 0xCCAB1C) is known color: Galliano. HEX triplet: CC, AB and 1C. RGB value is (204,171,28). Sum of RGB (Red+Green+Blue) = 204+171+28=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB1C is #3354E3. Grayscale: #A5A5A5. Windows color (decimal): -3364068 or 1878988. OLE color: 1878988.

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

Color convert

RGB 204 171 28 -
CMYK 0 0.16 0.86 0.2
HSL 48.75º 0.76% 0.45% -
HSV(B) 48.75º 0.86% 0.8% -
XYZ 39.67 42.05 7.12 -
YUV 164.57 50.93 156.13 -
System Red Green Blue C M Y K H S L
Decimal 204 171 28 0 0.16 0.86 0.2 48.75 0.76 0.45
Hex CC AB 1C 0 10 56 14 31 4C 2D
Octal 314 253 34 0 20 126 24 61 114 55
Binary 11001100 10101011 11100 0 10000 1010110 10100 110001 1001100 101101

Color Harmonies of #CCAB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB1C

Black with #CCAB1C

Text Example


Text Example

White with #CCAB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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