Html Css Color HEX #CC9F2C Galliano

📋 copy color: '#CC9F2C'

red 204 ◦ green 159 ◦ blue 44

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

Shades of Galliano #CC9F2C

Tints of Galliano #CC9F2C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.07%

 BLUE value IS 44 (17.58% from 255) = 10.81%

R = 50.12%
G = 39.07%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC9F2C (or 0xCC9F2C) is known color: Galliano. HEX triplet: CC, 9F and 2C. RGB value is (204,159,44). Sum of RGB (Red+Green+Blue) = 204+159+44=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9F2C is #3360D3. Grayscale: #9F9F9F. Windows color (decimal): -3367124 or 2924492. OLE color: 2924492.

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

Color convert

RGB 204 159 44 -
CMYK 0 0.22 0.78 0.2
HSL 43.13º 0.65% 0.49% -
HSV(B) 43.13º 0.78% 0.8% -
XYZ 37.75 37.82 7.69 -
YUV 159.35 62.91 159.85 -
System Red Green Blue C M Y K H S L
Decimal 204 159 44 0 0.22 0.78 0.2 43.13 0.65 0.49
Hex CC 9F 2C 0 16 4E 14 2B 41 31
Octal 314 237 54 0 26 116 24 53 101 61
Binary 11001100 10011111 101100 0 10110 1001110 10100 101011 1000001 110001

Color Harmonies of #CC9F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9F2C

Black with #CC9F2C

Text Example


Text Example

White with #CC9F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9F2C; }

 p { color: rgb(204,159,44); }

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

background-color css

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

 a { background-color: rgb(204,159,44); }

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

border-color css

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

 span { border-color: rgb(204,159,44); }

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