Html Css Color HEX #C8C114 Bird Flower

📋 copy color: '#C8C114'

red 200 ◦ green 193 ◦ blue 20

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

Shades of Bird Flower #C8C114

Tints of Bird Flower #C8C114

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.73%

 BLUE value IS 20 (8.2% from 255) = 4.84%

R = 48.43%
G = 46.73%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C8C114 (or 0xC8C114) is known color: Bird Flower. HEX triplet: C8, C1 and 14. RGB value is (200,193,20). Sum of RGB (Red+Green+Blue) = 200+193+20=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C114 is #373EEB. Grayscale: #B0B0B0. Windows color (decimal): -3620588 or 1360328. OLE color: 1360328.

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

Color convert

RGB 200 193 20 -
CMYK 0 0.04 0.9 0.22
HSL 57.67º 0.82% 0.43% -
HSV(B) 57.67º 0.9% 0.78% -
XYZ 43.02 50.47 8.14 -
YUV 175.37 40.32 145.57 -
System Red Green Blue C M Y K H S L
Decimal 200 193 20 0 0.04 0.9 0.22 57.67 0.82 0.43
Hex C8 C1 14 0 4 5A 16 3A 52 2B
Octal 310 301 24 0 4 132 26 72 122 53
Binary 11001000 11000001 10100 0 100 1011010 10110 111010 1010010 101011

Color Harmonies of #C8C114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C114

Black with #C8C114

Text Example


Text Example

White with #C8C114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C114; }

 p { color: rgb(200,193,20); }

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

background-color css

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

 a { background-color: rgb(200,193,20); }

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

border-color css

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

 span { border-color: rgb(200,193,20); }

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