Html Css Color HEX #C9CE0E Bird Flower

📋 copy color: '#C9CE0E'

red 201 ◦ green 206 ◦ blue 14

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

Shades of Bird Flower #C9CE0E

Tints of Bird Flower #C9CE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.33%

R = 47.74%
G = 48.93%
B = 3.33%

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

#C9CE0E (or 0xC9CE0E) is known color: Bird Flower. HEX triplet: C9, CE and 0E. RGB value is (201,206,14). Sum of RGB (Red+Green+Blue) = 201+206+14=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9CE0E is #3631F1. Grayscale: #B7B7B7. Windows color (decimal): -3551730 or 970441. OLE color: 970441.

HSL color Cylindrical-coordinate representation of color #C9CE0E: hue angle of 61.56º degrees, saturation: 0.87, 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 #C9CE0E is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 206 14 -
CMYK 0.02 0 0.93 0.19
HSL 61.56º 0.87% 0.43% -
HSV(B) 61.56º 0.93% 0.81% -
XYZ 46.24 56.59 8.9 -
YUV 182.62 32.84 141.11 -
System Red Green Blue C M Y K H S L
Decimal 201 206 14 0.02 0 0.93 0.19 61.56 0.87 0.43
Hex C9 CE E 2 0 5D 13 3E 57 2B
Octal 311 316 16 2 0 135 23 76 127 53
Binary 11001001 11001110 1110 10 0 1011101 10011 111110 1010111 101011

Color Harmonies of #C9CE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CE0E

Black with #C9CE0E

Text Example


Text Example

White with #C9CE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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