Html Css Color HEX #C8C012 Bird Flower

📋 copy color: '#C8C012'

red 200 ◦ green 192 ◦ blue 18

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

Shades of Bird Flower #C8C012

Tints of Bird Flower #C8C012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.39%

R = 48.78%
G = 46.83%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C8C012 (or 0xC8C012) is known color: Bird Flower. HEX triplet: C8, C0 and 12. RGB value is (200,192,18). Sum of RGB (Red+Green+Blue) = 200+192+18=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C012 is #373FED. Grayscale: #AFAFAF. Windows color (decimal): -3620846 or 1229000. OLE color: 1229000.

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

Color convert

RGB 200 192 18 -
CMYK 0 0.04 0.91 0.22
HSL 57.36º 0.83% 0.43% -
HSV(B) 57.36º 0.91% 0.78% -
XYZ 42.78 50.02 7.97 -
YUV 174.56 39.65 146.15 -
System Red Green Blue C M Y K H S L
Decimal 200 192 18 0 0.04 0.91 0.22 57.36 0.83 0.43
Hex C8 C0 12 0 4 5B 16 39 53 2B
Octal 310 300 22 0 4 133 26 71 123 53
Binary 11001000 11000000 10010 0 100 1011011 10110 111001 1010011 101011

Color Harmonies of #C8C012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C012

Black with #C8C012

Text Example


Text Example

White with #C8C012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C012; }

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

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

background-color css

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

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

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

border-color css

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

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

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