#CC6765

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

Shades of Indian Red #CC6765

Tints of Indian Red #CC6765

Color information

#CC6765 (or 0xCC6765) is unknown color: approx Indian Red. HEX triplet: CC, 67 and 65. RGB value is (204,103,101). Sum of RGB (Red+Green+Blue) = 204+103+101=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6765 is #33989A. Grayscale: #858585. Windows color (decimal): -3381403 or 6645708. OLE color: 6645708.

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

Color convert

RGB204103101-
CMYK00.500.500.2
HSL1.17º50.24%59.8%-
HSV(B)1.17º50.49%80%-
XYZ32.123.4815.15-
YUV132.97109.96178.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 103 (40.62% from 255) = 25.25%
BLUE value IS 101 (39.84% from 255) = 24.75%
R=50%
G=25.25%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410310100.500.500.21.1750.2459.8
HexCC676503232141323c
Octal314147145062622416274
Binary11001100110011111001010110010110010101001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6765; }

 p { color: rgb(204,103,101); }

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

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

 a { background-color: rgb(204,103,101); }

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

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

 span { border-color: rgb(204,103,101); }

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