#CC6761

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

Shades of Indian Red #CC6761

Tints of Indian Red #CC6761

Color information

#CC6761 (or 0xCC6761) is unknown color: approx Indian Red. HEX triplet: CC, 67 and 61. RGB value is (204,103,97). Sum of RGB (Red+Green+Blue) = 204+103+97=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6761 is #33989E. Grayscale: #848484. Windows color (decimal): -3381407 or 6383564. OLE color: 6383564.

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

Color convert

RGB20410397-
CMYK00.500.520.2
HSL3.36º51.2%59.02%-
HSV(B)3.36º52.45%80%-
XYZ31.9123.414.14-
YUV132.51107.96178.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.50%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 97 (38.28% from 255) = 24.01%
R=50.50%
G=25.50%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041039700.500.520.23.3651.259.02
HexCC676103234143333b
Octal314147141062642436373
Binary110011001100111110000101100101101001010011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6761; }

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

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

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

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

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

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

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

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