#C3CD1C

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

Shades of Rio Grande #C3CD1C

Tints of Rio Grande #C3CD1C

Color information

#C3CD1C (or 0xC3CD1C) is unknown color: approx Rio Grande. HEX triplet: C3, CD and 1C. RGB value is (195,205,28). Sum of RGB (Red+Green+Blue) = 195+205+28=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CD1C is #3C32E3. Grayscale: #B6B6B6. Windows color (decimal): -3945188 or 1887683. OLE color: 1887683.

HSL color Cylindrical-coordinate representation of color #C3CD1C: hue angle of 63.39º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3CD1C is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB19520528-
CMYK0.0500.860.20
HSL63.39º75.97%45.69%-
HSV(B)63.39º86.34%80.39%-
XYZ44.5555.359.43-
YUV181.8341.19137.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 205 (80.47% from 255) = 47.90%
BLUE value IS 28 (11.33% from 255) = 6.54%
R=45.56%
G=47.90%
B=6.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195205280.0500.860.2063.3975.9745.69
HexC3CD1C5056143f4c2e
Octal3033153450126247711456
Binary11000011110011011110010101010110101001111111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CD1C; }

 p { color: rgb(195,205,28); }

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

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

 a { background-color: rgb(195,205,28); }

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

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

 span { border-color: rgb(195,205,28); }

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