Html Css Color HEX #C8C517 Bird Flower

📋 copy color: '#C8C517'

red 200 ◦ green 197 ◦ blue 23

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

Shades of Bird Flower #C8C517

Tints of Bird Flower #C8C517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.48%

R = 47.62%
G = 46.9%
B = 5.48%

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

#C8C517 (or 0xC8C517) is known color: Bird Flower. HEX triplet: C8, C5 and 17. RGB value is (200,197,23). Sum of RGB (Red+Green+Blue) = 200+197+23=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C517 is #373AE8. Grayscale: #B2B2B2. Windows color (decimal): -3619561 or 1557960. OLE color: 1557960.

HSL color Cylindrical-coordinate representation of color #C8C517: 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 #C8C517 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 197 23 -
CMYK 0 0.02 0.88 0.22
HSL 58.98º 0.79% 0.44% -
HSV(B) 58.98º 0.89% 0.78% -
XYZ 43.94 52.27 8.58 -
YUV 178.06 40.49 143.65 -
System Red Green Blue C M Y K H S L
Decimal 200 197 23 0 0.02 0.88 0.22 58.98 0.79 0.44
Hex C8 C5 17 0 2 58 16 3B 4F 2C
Octal 310 305 27 0 2 130 26 73 117 54
Binary 11001000 11000101 10111 0 10 1011000 10110 111011 1001111 101100

Color Harmonies of #C8C517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C517

Black with #C8C517

Text Example


Text Example

White with #C8C517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C517; }

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

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

background-color css

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

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

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

border-color css

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

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

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