Html Css Color HEX #C8C40F Bird Flower

📋 copy color: '#C8C40F'

red 200 ◦ green 196 ◦ blue 15

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

Shades of Bird Flower #C8C40F

Tints of Bird Flower #C8C40F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.69%

 BLUE value IS 15 (6.25% from 255) = 3.65%

R = 48.66%
G = 47.69%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8C40F (or 0xC8C40F) is known color: Bird Flower. HEX triplet: C8, C4 and 0F. RGB value is (200,196,15). Sum of RGB (Red+Green+Blue) = 200+196+15=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C40F is #373BF0. Grayscale: #B1B1B1. Windows color (decimal): -3619825 or 1033416. OLE color: 1033416.

HSL color Cylindrical-coordinate representation of color #C8C40F: hue angle of 58.7º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8C40F is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 196 15 -
CMYK 0 0.02 0.92 0.22
HSL 58.7º 0.86% 0.42% -
HSV(B) 58.7º 0.93% 0.78% -
XYZ 43.65 51.79 8.15 -
YUV 176.56 36.83 144.72 -
System Red Green Blue C M Y K H S L
Decimal 200 196 15 0 0.02 0.92 0.22 58.7 0.86 0.42
Hex C8 C4 F 0 2 5C 16 3B 56 2A
Octal 310 304 17 0 2 134 26 73 126 52
Binary 11001000 11000100 1111 0 10 1011100 10110 111011 1010110 101010

Color Harmonies of #C8C40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C40F

Black with #C8C40F

Text Example


Text Example

White with #C8C40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C40F; }

 p { color: rgb(200,196,15); }

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

background-color css

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

 a { background-color: rgb(200,196,15); }

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

border-color css

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

 span { border-color: rgb(200,196,15); }

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