Html Css Color HEX #C7C812 Bird Flower

📋 copy color: '#C7C812'

red 199 ◦ green 200 ◦ blue 18

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

Shades of Bird Flower #C7C812

Tints of Bird Flower #C7C812

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.96%

 BLUE value IS 18 (7.42% from 255) = 4.32%

R = 47.72%
G = 47.96%
B = 4.32%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C7C812 (or 0xC7C812) is known color: Bird Flower. HEX triplet: C7, C8 and 12. RGB value is (199,200,18). Sum of RGB (Red+Green+Blue) = 199+200+18=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C812 is #3837ED. Grayscale: #B3B3B3. Windows color (decimal): -3684334 or 1231047. OLE color: 1231047.

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

Color convert

RGB 199 200 18 -
CMYK 0.00 0 0.91 0.22
HSL 60.33º 0.83% 0.43% -
HSV(B) 60.33º 0.91% 0.78% -
XYZ 44.32 53.49 8.56 -
YUV 178.95 37.17 142.3 -
System Red Green Blue C M Y K H S L
Decimal 199 200 18 0.00 0 0.91 0.22 60.33 0.83 0.43
Hex C7 C8 12 0 0 5B 16 3C 53 2B
Octal 307 310 22 0 0 133 26 74 123 53
Binary 11000111 11001000 10010 0 0 1011011 10110 111100 1010011 101011

Color Harmonies of #C7C812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C812

Black with #C7C812

Text Example


Text Example

White with #C7C812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C812; }

 p { color: rgb(199,200,18); }

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

background-color css

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

 a { background-color: rgb(199,200,18); }

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

border-color css

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

 span { border-color: rgb(199,200,18); }

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