Html Css Color HEX #CCA326 Galliano

📋 copy color: '#CCA326'

red 204 ◦ green 163 ◦ blue 38

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

Shades of Galliano #CCA326

Tints of Galliano #CCA326

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.25%

 BLUE value IS 38 (15.23% from 255) = 9.38%

R = 50.37%
G = 40.25%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CCA326 (or 0xCCA326) is known color: Galliano. HEX triplet: CC, A3 and 26. RGB value is (204,163,38). Sum of RGB (Red+Green+Blue) = 204+163+38=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA326 is #335CD9. Grayscale: #A1A1A1. Windows color (decimal): -3366106 or 2532300. OLE color: 2532300.

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

Color convert

RGB 204 163 38 -
CMYK 0 0.20 0.81 0.2
HSL 45.18º 0.69% 0.47% -
HSV(B) 45.18º 0.81% 0.8% -
XYZ 38.35 39.17 7.37 -
YUV 161.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 204 163 38 0 0.20 0.81 0.2 45.18 0.69 0.47
Hex CC A3 26 0 14 51 14 2D 45 2F
Octal 314 243 46 0 24 121 24 55 105 57
Binary 11001100 10100011 100110 0 10100 1010001 10100 101101 1000101 101111

Color Harmonies of #CCA326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA326

Black with #CCA326

Text Example


Text Example

White with #CCA326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA326; }

 p { color: rgb(204,163,38); }

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

background-color css

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

 a { background-color: rgb(204,163,38); }

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

border-color css

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

 span { border-color: rgb(204,163,38); }

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