Html Css Color HEX #C8C60E Bird Flower

📋 copy color: '#C8C60E'

red 200 ◦ green 198 ◦ blue 14

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

Shades of Bird Flower #C8C60E

Tints of Bird Flower #C8C60E

RGB

 RED value IS 200 (78.52% from 255) = 48.54%

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

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

R = 48.54%
G = 48.06%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C8C60E (or 0xC8C60E) is known color: Bird Flower. HEX triplet: C8, C6 and 0E. RGB value is (200,198,14). Sum of RGB (Red+Green+Blue) = 200+198+14=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C60E is #3739F1. Grayscale: #B2B2B2. Windows color (decimal): -3619314 or 968392. OLE color: 968392.

HSL color Cylindrical-coordinate representation of color #C8C60E: hue angle of 59.35º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8C60E is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 198 14 -
CMYK 0 0.01 0.93 0.22
HSL 59.35º 0.87% 0.42% -
HSV(B) 59.35º 0.93% 0.78% -
XYZ 44.09 52.7 8.26 -
YUV 177.62 35.66 143.96 -
System Red Green Blue C M Y K H S L
Decimal 200 198 14 0 0.01 0.93 0.22 59.35 0.87 0.42
Hex C8 C6 E 0 1 5D 16 3B 57 2A
Octal 310 306 16 0 1 135 26 73 127 52
Binary 11001000 11000110 1110 0 1 1011101 10110 111011 1010111 101010

Color Harmonies of #C8C60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C60E

Black with #C8C60E

Text Example


Text Example

White with #C8C60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C60E; }

 p { color: rgb(200,198,14); }

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

background-color css

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

 a { background-color: rgb(200,198,14); }

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

border-color css

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

 span { border-color: rgb(200,198,14); }

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