#C3CA16

Color #C3CA16 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #C3CA16

Tints of Rio Grande #C3CA16

Color information

#C3CA16 (or 0xC3CA16) is unknown color: approx Rio Grande. HEX triplet: C3, CA and 16. RGB value is (195,202,22). Sum of RGB (Red+Green+Blue) = 195+202+22=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3CA16 is #3C35E9. Grayscale: #B4B4B4. Windows color (decimal): -3945962 or 1493699. OLE color: 1493699.

HSL color Cylindrical-coordinate representation of color #C3CA16: hue angle of 62.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3CA16 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB19520222-
CMYK0.0300.890.21
HSL62.33º80.36%43.92%-
HSV(B)62.33º89.11%79.22%-
XYZ43.7753.98.86-
YUV179.3939.18139.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.54%
GREEN value IS 202 (79.30% from 255) = 48.21%
BLUE value IS 22 (8.98% from 255) = 5.25%
R=46.54%
G=48.21%
B=5.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal195202220.0300.890.2162.3380.3643.92
HexC3CA163059153e502c
Octal3033122630131257612054
Binary1100001111001010101101101011001101011111101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CA16; }

 p { color: rgb(195,202,22); }

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

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

 a { background-color: rgb(195,202,22); }

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

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

 span { border-color: rgb(195,202,22); }

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