#CA6762

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

Shades of Indian Red #CA6762

Tints of Indian Red #CA6762

Color information

#CA6762 (or 0xCA6762) is unknown color: approx Indian Red. HEX triplet: CA, 67 and 62. RGB value is (202,103,98). Sum of RGB (Red+Green+Blue) = 202+103+98=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6762 is #35989D. Grayscale: #848484. Windows color (decimal): -3512478 or 6449098. OLE color: 6449098.

HSL color Cylindrical-coordinate representation of color #CA6762: hue angle of 2.88º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6762 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB20210398-
CMYK00.490.510.21
HSL2.88º49.52%58.82%-
HSV(B)2.88º51.49%79.22%-
XYZ31.4123.1414.37-
YUV132.03108.8177.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 103 (40.62% from 255) = 25.56%
BLUE value IS 98 (38.67% from 255) = 24.32%
R=50.12%
G=25.56%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021039800.490.510.212.8849.5258.82
HexCA676203133153323b
Octal312147142061632536273
Binary110010101100111110001001100011100111010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6762; }

 p { color: rgb(202,103,98); }

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

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

 a { background-color: rgb(202,103,98); }

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

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

 span { border-color: rgb(202,103,98); }

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