Html Css Color HEX #C9C615 Bird Flower

📋 copy color: '#C9C615'

red 201 ◦ green 198 ◦ blue 21

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

Shades of Bird Flower #C9C615

Tints of Bird Flower #C9C615

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.14%

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

R = 47.86%
G = 47.14%
B = 5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9C615 (or 0xC9C615) is known color: Bird Flower. HEX triplet: C9, C6 and 15. RGB value is (201,198,21). Sum of RGB (Red+Green+Blue) = 201+198+21=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C615 is #3639EA. Grayscale: #B3B3B3. Windows color (decimal): -3553771 or 1427145. OLE color: 1427145.

HSL color Cylindrical-coordinate representation of color #C9C615: hue angle of 59º 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 #C9C615 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 198 21 -
CMYK 0 0.01 0.90 0.21
HSL 59º 0.81% 0.44% -
HSV(B) 59º 0.9% 0.79% -
XYZ 44.42 52.86 8.57 -
YUV 178.72 38.99 143.89 -
System Red Green Blue C M Y K H S L
Decimal 201 198 21 0 0.01 0.90 0.21 59 0.81 0.44
Hex C9 C6 15 0 1 5A 15 3B 51 2C
Octal 311 306 25 0 1 132 25 73 121 54
Binary 11001001 11000110 10101 0 1 1011010 10101 111011 1010001 101100

Color Harmonies of #C9C615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C615

Black with #C9C615

Text Example


Text Example

White with #C9C615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C615; }

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

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

background-color css

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

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

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

border-color css

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

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

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