Html Css Color HEX #C8C20B Bird Flower

📋 copy color: '#C8C20B'

red 200 ◦ green 194 ◦ blue 11

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

Shades of Bird Flower #C8C20B

Tints of Bird Flower #C8C20B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.9%

 BLUE value IS 11 (4.69% from 255) = 2.72%

R = 49.38%
G = 47.9%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8C20B (or 0xC8C20B) is known color: Bird Flower. HEX triplet: C8, C2 and 0B. RGB value is (200,194,11). Sum of RGB (Red+Green+Blue) = 200+194+11=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C20B is #373DF4. Grayscale: #AFAFAF. Windows color (decimal): -3620341 or 770760. OLE color: 770760.

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

Color convert

RGB 200 194 11 -
CMYK 0 0.03 0.94 0.22
HSL 58.1º 0.9% 0.41% -
HSV(B) 58.1º 0.95% 0.78% -
XYZ 43.17 50.89 7.86 -
YUV 174.93 35.49 145.88 -
System Red Green Blue C M Y K H S L
Decimal 200 194 11 0 0.03 0.94 0.22 58.1 0.9 0.41
Hex C8 C2 B 0 3 5E 16 3A 5A 29
Octal 310 302 13 0 3 136 26 72 132 51
Binary 11001000 11000010 1011 0 11 1011110 10110 111010 1011010 101001

Color Harmonies of #C8C20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C20B

Black with #C8C20B

Text Example


Text Example

White with #C8C20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C20B; }

 p { color: rgb(200,194,11); }

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

background-color css

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

 a { background-color: rgb(200,194,11); }

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

border-color css

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

 span { border-color: rgb(200,194,11); }

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