#CD615A

Color #CD615A Indian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Red #CD615A

Tints of Indian Red #CD615A

Color information

#CD615A (or 0xCD615A) is unknown color: approx Indian Red. HEX triplet: CD, 61 and 5A. RGB value is (205,97,90). Sum of RGB (Red+Green+Blue) = 205+97+90=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD615A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD615A is #329EA5. Grayscale: #808080. Windows color (decimal): -3317414 or 5923277. OLE color: 5923277.

HSL color Cylindrical-coordinate representation of color #CD615A: hue angle of 3.65º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD615A is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB2059790-
CMYK00.530.560.20
HSL3.65º53.49%57.84%-
HSV(B)3.65º56.1%80.39%-
XYZ31.322.2712.32-
YUV128.49106.28182.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.30%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 90 (35.55% from 255) = 22.96%
R=52.30%
G=24.74%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205979000.530.560.203.6553.4957.84
HexCD615A03538144353a
Octal315141132065702446572
Binary1100110111000011011010011010111100010100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD615A; }

 p { color: rgb(205,97,90); }

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

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

 a { background-color: rgb(205,97,90); }

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

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

 span { border-color: rgb(205,97,90); }

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