#C3CC12

Color #C3CC12 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C3CC12

Tints of La Rioja #C3CC12

Color information

#C3CC12 (or 0xC3CC12) is unknown color: approx La Rioja. HEX triplet: C3, CC and 12. RGB value is (195,204,18). Sum of RGB (Red+Green+Blue) = 195+204+18=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3CC12 is #3C33ED. Grayscale: #B4B4B4. Windows color (decimal): -3945454 or 1232067. OLE color: 1232067.

HSL color Cylindrical-coordinate representation of color #C3CC12: hue angle of 62.9º 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 #C3CC12 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB19520418-
CMYK0.0400.910.2
HSL62.9º83.78%43.53%-
HSV(B)62.9º91.18%80%-
XYZ44.2154.838.83-
YUV180.136.52138.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 204 (80.08% from 255) = 48.92%
BLUE value IS 18 (7.42% from 255) = 4.32%
R=46.76%
G=48.92%
B=4.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal195204180.0400.910.262.983.7843.53
HexC3CC12405B143f542c
Octal3033142240133247712454
Binary11000011110011001001010001011011101001111111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CC12; }

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

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

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

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

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

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

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

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