Html Css Color HEX #C8C013 Bird Flower

📋 copy color: '#C8C013'

red 200 ◦ green 192 ◦ blue 19

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

Shades of Bird Flower #C8C013

Tints of Bird Flower #C8C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.72%

 BLUE value IS 19 (7.81% from 255) = 4.62%

R = 48.66%
G = 46.72%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C8C013 (or 0xC8C013) is known color: Bird Flower. HEX triplet: C8, C0 and 13. RGB value is (200,192,19). Sum of RGB (Red+Green+Blue) = 200+192+19=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 19 (7.81% from 255 or 4.62% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C013 is #373FEC. Grayscale: #AFAFAF. Windows color (decimal): -3620845 or 1294536. OLE color: 1294536.

HSL color Cylindrical-coordinate representation of color #C8C013: hue angle of 57.35º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8C013 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 192 19 -
CMYK 0 0.04 0.90 0.22
HSL 57.35º 0.83% 0.43% -
HSV(B) 57.35º 0.91% 0.78% -
XYZ 42.79 50.03 8.02 -
YUV 174.67 40.15 146.07 -
System Red Green Blue C M Y K H S L
Decimal 200 192 19 0 0.04 0.90 0.22 57.35 0.83 0.43
Hex C8 C0 13 0 4 5A 16 39 53 2B
Octal 310 300 23 0 4 132 26 71 123 53
Binary 11001000 11000000 10011 0 100 1011010 10110 111001 1010011 101011

Color Harmonies of #C8C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C013

Black with #C8C013

Text Example


Text Example

White with #C8C013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C013; }

 p { color: rgb(200,192,19); }

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

background-color css

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

 a { background-color: rgb(200,192,19); }

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

border-color css

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

 span { border-color: rgb(200,192,19); }

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