Html Css Color HEX #CC9F2A Galliano

📋 copy color: '#CC9F2A'

red 204 ◦ green 159 ◦ blue 42

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

Shades of Galliano #CC9F2A

Tints of Galliano #CC9F2A

RGB

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

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

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

R = 50.37%
G = 39.26%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC9F2A (or 0xCC9F2A) is known color: Galliano. HEX triplet: CC, 9F and 2A. RGB value is (204,159,42). Sum of RGB (Red+Green+Blue) = 204+159+42=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9F2A is #3360D5. Grayscale: #9F9F9F. Windows color (decimal): -3367126 or 2793420. OLE color: 2793420.

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

Color convert

RGB 204 159 42 -
CMYK 0 0.22 0.79 0.2
HSL 43.33º 0.66% 0.48% -
HSV(B) 43.33º 0.79% 0.8% -
XYZ 37.72 37.8 7.5 -
YUV 159.12 61.91 160.01 -
System Red Green Blue C M Y K H S L
Decimal 204 159 42 0 0.22 0.79 0.2 43.33 0.66 0.48
Hex CC 9F 2A 0 16 4F 14 2B 42 30
Octal 314 237 52 0 26 117 24 53 102 60
Binary 11001100 10011111 101010 0 10110 1001111 10100 101011 1000010 110000

Color Harmonies of #CC9F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9F2A

Black with #CC9F2A

Text Example


Text Example

White with #CC9F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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