Html Css Color HEX #C9CE0F Bird Flower

📋 copy color: '#C9CE0F'

red 201 ◦ green 206 ◦ blue 15

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

Shades of Bird Flower #C9CE0F

Tints of Bird Flower #C9CE0F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.82%

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

R = 47.63%
G = 48.82%
B = 3.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#C9CE0F (or 0xC9CE0F) is known color: Bird Flower. HEX triplet: C9, CE and 0F. RGB value is (201,206,15). Sum of RGB (Red+Green+Blue) = 201+206+15=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 15 (6.25% from 255 or 3.55% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9CE0F is #3631F0. Grayscale: #B7B7B7. Windows color (decimal): -3551729 or 1035977. OLE color: 1035977.

HSL color Cylindrical-coordinate representation of color #C9CE0F: hue angle of 61.57º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9CE0F is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 206 15 -
CMYK 0.02 0 0.93 0.19
HSL 61.57º 0.86% 0.43% -
HSV(B) 61.57º 0.93% 0.81% -
XYZ 46.24 56.59 8.94 -
YUV 182.73 33.34 141.03 -
System Red Green Blue C M Y K H S L
Decimal 201 206 15 0.02 0 0.93 0.19 61.57 0.86 0.43
Hex C9 CE F 2 0 5D 13 3E 56 2B
Octal 311 316 17 2 0 135 23 76 126 53
Binary 11001001 11001110 1111 10 0 1011101 10011 111110 1010110 101011

Color Harmonies of #C9CE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CE0F

Black with #C9CE0F

Text Example


Text Example

White with #C9CE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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