#CC645D

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

Shades of Indian Red #CC645D

Tints of Indian Red #CC645D

Color information

#CC645D (or 0xCC645D) is unknown color: approx Indian Red. HEX triplet: CC, 64 and 5D. RGB value is (204,100,93). Sum of RGB (Red+Green+Blue) = 204+100+93=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC645D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC645D is #339BA2. Grayscale: #828282. Windows color (decimal): -3382179 or 6120652. OLE color: 6120652.

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

Color convert

RGB20410093-
CMYK00.510.540.2
HSL3.78º52.11%58.24%-
HSV(B)3.78º54.41%80%-
XYZ31.4322.7413.09-
YUV130.3106.96180.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.39%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 93 (36.72% from 255) = 23.43%
R=51.39%
G=25.19%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041009300.510.540.23.7852.1158.24
HexCC645D03336144343a
Octal314144135063662446472
Binary1100110011001001011101011001111011010100100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC645D; }

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

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

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

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

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

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

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

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