#CC625F

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

Shades of Indian Red #CC625F

Tints of Indian Red #CC625F

Color information

#CC625F (or 0xCC625F) is unknown color: approx Indian Red. HEX triplet: CC, 62 and 5F. RGB value is (204,98,95). Sum of RGB (Red+Green+Blue) = 204+98+95=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC625F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC625F is #339DA0. Grayscale: #818181. Windows color (decimal): -3382689 or 6251212. OLE color: 6251212.

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

Color convert

RGB2049895-
CMYK00.520.530.2
HSL1.65º51.66%58.63%-
HSV(B)1.65º53.43%80%-
XYZ31.3422.413.5-
YUV129.35108.62181.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.39%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 95 (37.5% from 255) = 23.93%
R=51.39%
G=24.69%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204989500.520.530.21.6551.6658.63
HexCC625F03435142343b
Octal314142137064652426473
Binary110011001100010101111101101001101011010010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC625F; }

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

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

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

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

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

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

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

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