Html Css Color HEX #C8C914 Bird Flower

📋 copy color: '#C8C914'

red 200 ◦ green 201 ◦ blue 20

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

Shades of Bird Flower #C8C914

Tints of Bird Flower #C8C914

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.74%

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

R = 47.51%
G = 47.74%
B = 4.75%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C8C914 (or 0xC8C914) is known color: Bird Flower. HEX triplet: C8, C9 and 14. RGB value is (200,201,20). Sum of RGB (Red+Green+Blue) = 200+201+20=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C914 is #3736EB. Grayscale: #B4B4B4. Windows color (decimal): -3618540 or 1362376. OLE color: 1362376.

HSL color Cylindrical-coordinate representation of color #C8C914: hue angle of 60.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8C914 is Cyan = 0.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 201 20 -
CMYK 0.00 0 0.90 0.21
HSL 60.33º 0.82% 0.43% -
HSV(B) 60.33º 0.9% 0.79% -
XYZ 44.83 54.1 8.74 -
YUV 180.07 37.67 142.22 -
System Red Green Blue C M Y K H S L
Decimal 200 201 20 0.00 0 0.90 0.21 60.33 0.82 0.43
Hex C8 C9 14 0 0 5A 15 3C 52 2B
Octal 310 311 24 0 0 132 25 74 122 53
Binary 11001000 11001001 10100 0 0 1011010 10101 111100 1010010 101011

Color Harmonies of #C8C914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C914

Black with #C8C914

Text Example


Text Example

White with #C8C914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C914; }

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

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

background-color css

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

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

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

border-color css

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

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

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