Html Css Color HEX #C8C518 Bird Flower

📋 copy color: '#C8C518'

red 200 ◦ green 197 ◦ blue 24

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

Shades of Bird Flower #C8C518

Tints of Bird Flower #C8C518

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.79%

 BLUE value IS 24 (9.77% from 255) = 5.7%

R = 47.51%
G = 46.79%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C8C518 (or 0xC8C518) is known color: Bird Flower. HEX triplet: C8, C5 and 18. RGB value is (200,197,24). Sum of RGB (Red+Green+Blue) = 200+197+24=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 24 (9.77% from 255 or 5.70% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C518 is #373AE7. Grayscale: #B2B2B2. Windows color (decimal): -3619560 or 1623496. OLE color: 1623496.

HSL color Cylindrical-coordinate representation of color #C8C518: hue angle of 58.98º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8C518 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 197 24 -
CMYK 0 0.02 0.88 0.22
HSL 58.98º 0.79% 0.44% -
HSV(B) 58.98º 0.88% 0.78% -
XYZ 43.95 52.28 8.64 -
YUV 178.18 40.99 143.57 -
System Red Green Blue C M Y K H S L
Decimal 200 197 24 0 0.02 0.88 0.22 58.98 0.79 0.44
Hex C8 C5 18 0 2 58 16 3B 4F 2C
Octal 310 305 30 0 2 130 26 73 117 54
Binary 11001000 11000101 11000 0 10 1011000 10110 111011 1001111 101100

Color Harmonies of #C8C518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C518

Black with #C8C518

Text Example


Text Example

White with #C8C518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C518; }

 p { color: rgb(200,197,24); }

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

background-color css

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

 a { background-color: rgb(200,197,24); }

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

border-color css

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

 span { border-color: rgb(200,197,24); }

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