Html Css Color HEX #C9CA15 Bird Flower

📋 copy color: '#C9CA15'

red 201 ◦ green 202 ◦ blue 21

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

Shades of Bird Flower #C9CA15

Tints of Bird Flower #C9CA15

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.64%

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

R = 47.41%
G = 47.64%
B = 4.95%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9CA15 (or 0xC9CA15) is known color: Bird Flower. HEX triplet: C9, CA and 15. RGB value is (201,202,21). Sum of RGB (Red+Green+Blue) = 201+202+21=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9CA15 is #3635EA. Grayscale: #B5B5B5. Windows color (decimal): -3552747 or 1428169. OLE color: 1428169.

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

Color convert

RGB 201 202 21 -
CMYK 0.00 0 0.90 0.21
HSL 60.33º 0.81% 0.44% -
HSV(B) 60.33º 0.9% 0.79% -
XYZ 45.34 54.71 8.88 -
YUV 181.07 37.67 142.22 -
System Red Green Blue C M Y K H S L
Decimal 201 202 21 0.00 0 0.90 0.21 60.33 0.81 0.44
Hex C9 CA 15 0 0 5A 15 3C 51 2C
Octal 311 312 25 0 0 132 25 74 121 54
Binary 11001001 11001010 10101 0 0 1011010 10101 111100 1010001 101100

Color Harmonies of #C9CA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CA15

Black with #C9CA15

Text Example


Text Example

White with #C9CA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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