Html Css Color HEX #C7C11C Bird Flower

📋 copy color: '#C7C11C'

red 199 ◦ green 193 ◦ blue 28

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

Shades of Bird Flower #C7C11C

Tints of Bird Flower #C7C11C

RGB

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

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

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

R = 47.38%
G = 45.95%
B = 6.67%

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

#C7C11C (or 0xC7C11C) is known color: Bird Flower. HEX triplet: C7, C1 and 1C. RGB value is (199,193,28). Sum of RGB (Red+Green+Blue) = 199+193+28=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C11C is #383EE3. Grayscale: #B0B0B0. Windows color (decimal): -3686116 or 1884615. OLE color: 1884615.

HSL color Cylindrical-coordinate representation of color #C7C11C: hue angle of 57.89º 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 #C7C11C is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 193 28 -
CMYK 0 0.03 0.86 0.22
HSL 57.89º 0.75% 0.45% -
HSV(B) 57.89º 0.86% 0.78% -
XYZ 42.83 50.37 8.56 -
YUV 175.98 44.49 144.42 -
System Red Green Blue C M Y K H S L
Decimal 199 193 28 0 0.03 0.86 0.22 57.89 0.75 0.45
Hex C7 C1 1C 0 3 56 16 3A 4B 2D
Octal 307 301 34 0 3 126 26 72 113 55
Binary 11000111 11000001 11100 0 11 1010110 10110 111010 1001011 101101

Color Harmonies of #C7C11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C11C

Black with #C7C11C

Text Example


Text Example

White with #C7C11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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