Html Css Color HEX #CC9E2B Galliano

📋 copy color: '#CC9E2B'

red 204 ◦ green 158 ◦ blue 43

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

Shades of Galliano #CC9E2B

Tints of Galliano #CC9E2B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.01%

 BLUE value IS 43 (17.19% from 255) = 10.62%

R = 50.37%
G = 39.01%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC9E2B (or 0xCC9E2B) is known color: Galliano. HEX triplet: CC, 9E and 2B. RGB value is (204,158,43). Sum of RGB (Red+Green+Blue) = 204+158+43=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9E2B is #3361D4. Grayscale: #9F9F9F. Windows color (decimal): -3367381 or 2858700. OLE color: 2858700.

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

Color convert

RGB 204 158 43 -
CMYK 0 0.23 0.79 0.2
HSL 42.86º 0.65% 0.48% -
HSV(B) 42.86º 0.79% 0.8% -
XYZ 37.56 37.47 7.54 -
YUV 158.64 62.74 160.35 -
System Red Green Blue C M Y K H S L
Decimal 204 158 43 0 0.23 0.79 0.2 42.86 0.65 0.48
Hex CC 9E 2B 0 17 4F 14 2B 41 30
Octal 314 236 53 0 27 117 24 53 101 60
Binary 11001100 10011110 101011 0 10111 1001111 10100 101011 1000001 110000

Color Harmonies of #CC9E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E2B

Black with #CC9E2B

Text Example


Text Example

White with #CC9E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E2B; }

 p { color: rgb(204,158,43); }

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

background-color css

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

 a { background-color: rgb(204,158,43); }

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

border-color css

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

 span { border-color: rgb(204,158,43); }

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