Html Css Color HEX #C8C319 Bird Flower

📋 copy color: '#C8C319'

red 200 ◦ green 195 ◦ blue 25

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

Shades of Bird Flower #C8C319

Tints of Bird Flower #C8C319

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.43%

 BLUE value IS 25 (10.16% from 255) = 5.95%

R = 47.62%
G = 46.43%
B = 5.95%

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

#C8C319 (or 0xC8C319) is known color: Bird Flower. HEX triplet: C8, C3 and 19. RGB value is (200,195,25). Sum of RGB (Red+Green+Blue) = 200+195+25=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C319 is #373CE6. Grayscale: #B1B1B1. Windows color (decimal): -3620071 or 1688520. OLE color: 1688520.

HSL color Cylindrical-coordinate representation of color #C8C319: hue angle of 58.29º degrees, saturation: 0.78, 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 #C8C319 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 195 25 -
CMYK 0 0.02 0.88 0.22
HSL 58.29º 0.78% 0.44% -
HSV(B) 58.29º 0.88% 0.78% -
XYZ 43.51 51.38 8.54 -
YUV 177.12 42.16 144.32 -
System Red Green Blue C M Y K H S L
Decimal 200 195 25 0 0.02 0.88 0.22 58.29 0.78 0.44
Hex C8 C3 19 0 2 58 16 3A 4E 2C
Octal 310 303 31 0 2 130 26 72 116 54
Binary 11001000 11000011 11001 0 10 1011000 10110 111010 1001110 101100

Color Harmonies of #C8C319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C319

Black with #C8C319

Text Example


Text Example

White with #C8C319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C319; }

 p { color: rgb(200,195,25); }

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

background-color css

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

 a { background-color: rgb(200,195,25); }

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

border-color css

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

 span { border-color: rgb(200,195,25); }

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