Html Css Color HEX #C9C015 Bird Flower

📋 copy color: '#C9C015'

red 201 ◦ green 192 ◦ blue 21

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

Shades of Bird Flower #C9C015

Tints of Bird Flower #C9C015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.07%

R = 48.55%
G = 46.38%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9C015 (or 0xC9C015) is known color: Bird Flower. HEX triplet: C9, C0 and 15. RGB value is (201,192,21). Sum of RGB (Red+Green+Blue) = 201+192+21=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C015 is #363FEA. Grayscale: #AFAFAF. Windows color (decimal): -3555307 or 1425609. OLE color: 1425609.

HSL color Cylindrical-coordinate representation of color #C9C015: hue angle of 57º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9C015 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 192 21 -
CMYK 0 0.04 0.90 0.21
HSL 57º 0.81% 0.44% -
HSV(B) 57º 0.9% 0.79% -
XYZ 43.07 50.17 8.12 -
YUV 175.2 40.98 146.4 -
System Red Green Blue C M Y K H S L
Decimal 201 192 21 0 0.04 0.90 0.21 57 0.81 0.44
Hex C9 C0 15 0 4 5A 15 39 51 2C
Octal 311 300 25 0 4 132 25 71 121 54
Binary 11001001 11000000 10101 0 100 1011010 10101 111001 1010001 101100

Color Harmonies of #C9C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C015

Black with #C9C015

Text Example


Text Example

White with #C9C015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C015; }

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

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

background-color css

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

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

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

border-color css

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

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

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