Html Css Color HEX #CA6562 Indian Red

📋 copy color: '#CA6562'

red 202 ◦ green 101 ◦ blue 98

#CA6562
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Red #CA6562

Tints of Indian Red #CA6562

RGB

 RED value IS 202 (79.3% from 255) = 50.37%

 GREEN value IS 101 (39.84% from 255) = 25.19%

 BLUE value IS 98 (38.67% from 255) = 24.44%

R = 50.37%
G = 25.19%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA6562 (or 0xCA6562) is known color: Indian Red. HEX triplet: CA, 65 and 62. RGB value is (202,101,98). Sum of RGB (Red+Green+Blue) = 202+101+98=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6562 is #359A9D. Grayscale: #828282. Windows color (decimal): -3512990 or 6448586. OLE color: 6448586.

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

Color convert

RGB 202 101 98 -
CMYK 0 0.50 0.51 0.21
HSL 1.73º 0.5% 0.59% -
HSV(B) 1.73º 0.51% 0.79% -
XYZ 31.22 22.75 14.3 -
YUV 130.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 202 101 98 0 0.50 0.51 0.21 1.73 0.5 0.59
Hex CA 65 62 0 32 33 15 2 32 3B
Octal 312 145 142 0 62 63 25 2 62 73
Binary 11001010 1100101 1100010 0 110010 110011 10101 10 110010 111011

Color Harmonies of #CA6562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6562

Black with #CA6562

Text Example


Text Example

White with #CA6562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6562; }

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

 H1.HeaderClassName
 {
   color: #CA6562;
 }
 .AnyTagClassName
 {
   color: #CA6562;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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