#CC625D

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

Shades of Indian Red #CC625D

Tints of Indian Red #CC625D

Color information

#CC625D (or 0xCC625D) is unknown color: approx Indian Red. HEX triplet: CC, 62 and 5D. RGB value is (204,98,93). Sum of RGB (Red+Green+Blue) = 204+98+93=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC625D is #339DA2. Grayscale: #818181. Windows color (decimal): -3382691 or 6120140. OLE color: 6120140.

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

Color convert

RGB2049893-
CMYK00.520.540.2
HSL2.7º52.11%58.24%-
HSV(B)2.7º54.41%80%-
XYZ31.2522.3613.03-
YUV129.12107.62181.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.65%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 93 (36.72% from 255) = 23.54%
R=51.65%
G=24.81%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204989300.520.540.22.752.1158.24
HexCC625D03436143343a
Octal314142135064662436472
Binary110011001100010101110101101001101101010011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC625D; }

 p { color: rgb(204,98,93); }

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

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

 a { background-color: rgb(204,98,93); }

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

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

 span { border-color: rgb(204,98,93); }

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