#CE625C

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

Shades of Indian Red #CE625C

Tints of Indian Red #CE625C

Color information

#CE625C (or 0xCE625C) is unknown color: approx Indian Red. HEX triplet: CE, 62 and 5C. RGB value is (206,98,92). Sum of RGB (Red+Green+Blue) = 206+98+92=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE625C is #319DA3. Grayscale: #818181. Windows color (decimal): -3251620 or 6054606. OLE color: 6054606.

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

Color convert

RGB2069892-
CMYK00.520.550.19
HSL3.16º53.77%58.43%-
HSV(B)3.16º55.34%80.78%-
XYZ31.7522.6312.82-
YUV129.61106.78182.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.02%
GREEN value IS 98 (38.67% from 255) = 24.75%
BLUE value IS 92 (36.33% from 255) = 23.23%
R=52.02%
G=24.75%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206989200.520.550.193.1653.7758.43
HexCE625C03437133363a
Octal316142134064672336672
Binary110011101100010101110001101001101111001111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE625C; }

 p { color: rgb(206,98,92); }

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

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

 a { background-color: rgb(206,98,92); }

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

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

 span { border-color: rgb(206,98,92); }

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