#C7CC12

Color #C7CC12 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C7CC12

Tints of Bird Flower #C7CC12

Color information

#C7CC12 (or 0xC7CC12) is unknown color: approx Bird Flower. HEX triplet: C7, CC and 12. RGB value is (199,204,18). Sum of RGB (Red+Green+Blue) = 199+204+18=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CC12 is #3833ED. Grayscale: #B6B6B6. Windows color (decimal): -3683310 or 1232071. OLE color: 1232071.

HSL color Cylindrical-coordinate representation of color #C7CC12: hue angle of 61.61º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7CC12 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB19920418-
CMYK0.0200.910.2
HSL61.61º83.78%43.53%-
HSV(B)61.61º91.18%80%-
XYZ45.2655.378.87-
YUV181.335.84140.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 204 (80.08% from 255) = 48.46%
BLUE value IS 18 (7.42% from 255) = 4.28%
R=47.27%
G=48.46%
B=4.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal199204180.0200.910.261.6183.7843.53
HexC7CC12205B143e542c
Octal3073142220133247612454
Binary1100011111001100100101001011011101001111101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CC12; }

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

 H1.HeaderClassName
 {
   color: #C7CC12;
 }
 .AnyTagClassName
 {
   color: #C7CC12;
 }
</style>
background-color css

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

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

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

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

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

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