Html Css Color HEX #C9AF19 Bird Flower

📋 copy color: '#C9AF19'

red 201 ◦ green 175 ◦ blue 25

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

Shades of Bird Flower #C9AF19

Tints of Bird Flower #C9AF19

RGB

 RED value IS 201 (78.91% from 255) = 50.12%

 GREEN value IS 175 (68.75% from 255) = 43.64%

 BLUE value IS 25 (10.16% from 255) = 6.23%

R = 50.12%
G = 43.64%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C9AF19 (or 0xC9AF19) is known color: Bird Flower. HEX triplet: C9, AF and 19. RGB value is (201,175,25). Sum of RGB (Red+Green+Blue) = 201+175+25=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AF19 is #3650E6. Grayscale: #A6A6A6. Windows color (decimal): -3559655 or 1683401. OLE color: 1683401.

HSL color Cylindrical-coordinate representation of color #C9AF19: hue angle of 51.14º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9AF19 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 175 25 -
CMYK 0 0.13 0.88 0.21
HSL 51.14º 0.78% 0.44% -
HSV(B) 51.14º 0.88% 0.79% -
XYZ 39.59 43.15 7.16 -
YUV 165.67 48.61 153.2 -
System Red Green Blue C M Y K H S L
Decimal 201 175 25 0 0.13 0.88 0.21 51.14 0.78 0.44
Hex C9 AF 19 0 D 58 15 33 4E 2C
Octal 311 257 31 0 15 130 25 63 116 54
Binary 11001001 10101111 11001 0 1101 1011000 10101 110011 1001110 101100

Color Harmonies of #C9AF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF19

Black with #C9AF19

Text Example


Text Example

White with #C9AF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF19; }

 p { color: rgb(201,175,25); }

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

background-color css

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

 a { background-color: rgb(201,175,25); }

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

border-color css

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

 span { border-color: rgb(201,175,25); }

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