Html Css Color HEX #C9AF01 Bird Flower

📋 copy color: '#C9AF01'

red 201 ◦ green 175 ◦ blue 1

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

Shades of Bird Flower #C9AF01

Tints of Bird Flower #C9AF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 53.32%
G = 46.42%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C9AF01 (or 0xC9AF01) is known color: Bird Flower. HEX triplet: C9, AF and 01. RGB value is (201,175,1). Sum of RGB (Red+Green+Blue) = 201+175+1=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AF01 is #3650FE. Grayscale: #A3A3A3. Windows color (decimal): -3559679 or 110537. OLE color: 110537.

HSL color Cylindrical-coordinate representation of color #C9AF01: hue angle of 52.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9AF01 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 175 1 -
CMYK 0 0.13 1.00 0.21
HSL 52.2º 0.99% 0.4% -
HSV(B) 52.2º 1% 0.79% -
XYZ 39.42 43.08 6.27 -
YUV 162.94 36.61 155.15 -
System Red Green Blue C M Y K H S L
Decimal 201 175 1 0 0.13 1.00 0.21 52.2 0.99 0.4
Hex C9 AF 1 0 D 64 15 34 63 28
Octal 311 257 1 0 15 144 25 64 143 50
Binary 11001001 10101111 1 0 1101 1100100 10101 110100 1100011 101000

Color Harmonies of #C9AF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF01

Black with #C9AF01

Text Example


Text Example

White with #C9AF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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