#CD645C

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

Shades of Indian Red #CD645C

Tints of Indian Red #CD645C

Color information

#CD645C (or 0xCD645C) is unknown color: approx Indian Red. HEX triplet: CD, 64 and 5C. RGB value is (205,100,92). Sum of RGB (Red+Green+Blue) = 205+100+92=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD645C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD645C is #329BA3. Grayscale: #828282. Windows color (decimal): -3316644 or 6055117. OLE color: 6055117.

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

Color convert

RGB20510092-
CMYK00.510.550.20
HSL4.25º53.05%58.24%-
HSV(B)4.25º55.12%80.39%-
XYZ31.6722.8712.87-
YUV130.48106.29181.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.64%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=51.64%
G=25.19%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051009200.510.550.204.2553.0558.24
HexCD645C03337144353a
Octal315144134063672446572
Binary1100110111001001011100011001111011110100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD645C; }

 p { color: rgb(205,100,92); }

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

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

 a { background-color: rgb(205,100,92); }

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

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

 span { border-color: rgb(205,100,92); }

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