Html Css Color HEX #C7C21C Bird Flower

📋 copy color: '#C7C21C'

red 199 ◦ green 194 ◦ blue 28

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

Shades of Bird Flower #C7C21C

Tints of Bird Flower #C7C21C

RGB

 RED value IS 199 (78.13% from 255) = 47.27%

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

 BLUE value IS 28 (11.33% from 255) = 6.65%

R = 47.27%
G = 46.08%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7C21C (or 0xC7C21C) is known color: Bird Flower. HEX triplet: C7, C2 and 1C. RGB value is (199,194,28). Sum of RGB (Red+Green+Blue) = 199+194+28=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 28 (11.33% from 255 or 6.65% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C21C is #383DE3. Grayscale: #B1B1B1. Windows color (decimal): -3685860 or 1884871. OLE color: 1884871.

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

Color convert

RGB 199 194 28 -
CMYK 0 0.03 0.86 0.22
HSL 58.25º 0.75% 0.45% -
HSV(B) 58.25º 0.86% 0.78% -
XYZ 43.05 50.81 8.64 -
YUV 176.57 44.16 144 -
System Red Green Blue C M Y K H S L
Decimal 199 194 28 0 0.03 0.86 0.22 58.25 0.75 0.45
Hex C7 C2 1C 0 3 56 16 3A 4B 2D
Octal 307 302 34 0 3 126 26 72 113 55
Binary 11000111 11000010 11100 0 11 1010110 10110 111010 1001011 101101

Color Harmonies of #C7C21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C21C

Black with #C7C21C

Text Example


Text Example

White with #C7C21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C21C; }

 p { color: rgb(199,194,28); }

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

background-color css

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

 a { background-color: rgb(199,194,28); }

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

border-color css

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

 span { border-color: rgb(199,194,28); }

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