Html Css Color HEX #C9C00F Bird Flower

📋 copy color: '#C9C00F'

red 201 ◦ green 192 ◦ blue 15

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

Shades of Bird Flower #C9C00F

Tints of Bird Flower #C9C00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.06%

 BLUE value IS 15 (6.25% from 255) = 3.68%

R = 49.26%
G = 47.06%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9C00F (or 0xC9C00F) is known color: Bird Flower. HEX triplet: C9, C0 and 0F. RGB value is (201,192,15). Sum of RGB (Red+Green+Blue) = 201+192+15=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C00F is #363FF0. Grayscale: #AFAFAF. Windows color (decimal): -3555313 or 1032393. OLE color: 1032393.

HSL color Cylindrical-coordinate representation of color #C9C00F: hue angle of 57.1º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9C00F is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 192 15 -
CMYK 0 0.04 0.93 0.21
HSL 57.1º 0.86% 0.42% -
HSV(B) 57.1º 0.93% 0.79% -
XYZ 43.02 50.15 7.86 -
YUV 174.51 37.98 146.89 -
System Red Green Blue C M Y K H S L
Decimal 201 192 15 0 0.04 0.93 0.21 57.1 0.86 0.42
Hex C9 C0 F 0 4 5D 15 39 56 2A
Octal 311 300 17 0 4 135 25 71 126 52
Binary 11001001 11000000 1111 0 100 1011101 10101 111001 1010110 101010

Color Harmonies of #C9C00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C00F

Black with #C9C00F

Text Example


Text Example

White with #C9C00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C00F; }

 p { color: rgb(201,192,15); }

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

background-color css

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

 a { background-color: rgb(201,192,15); }

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

border-color css

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

 span { border-color: rgb(201,192,15); }

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