#CC635C

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

Shades of Indian Red #CC635C

Tints of Indian Red #CC635C

Color information

#CC635C (or 0xCC635C) is unknown color: approx Indian Red. HEX triplet: CC, 63 and 5C. RGB value is (204,99,92). Sum of RGB (Red+Green+Blue) = 204+99+92=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC635C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC635C is #339CA3. Grayscale: #818181. Windows color (decimal): -3382436 or 6054860. OLE color: 6054860.

HSL color Cylindrical-coordinate representation of color #CC635C: hue angle of 3.75º degrees, saturation: 0.52, 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 #CC635C is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB2049992-
CMYK00.510.550.2
HSL3.75º52.34%58.04%-
HSV(B)3.75º54.9%80%-
XYZ31.322.5312.83-
YUV129.6106.79181.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.65%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=51.65%
G=25.06%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204999200.510.550.23.7552.3458.04
HexCC635C03337144343a
Octal314143134063672446472
Binary1100110011000111011100011001111011110100100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC635C; }

 p { color: rgb(204,99,92); }

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

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

 a { background-color: rgb(204,99,92); }

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

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

 span { border-color: rgb(204,99,92); }

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