Html Css Color HEX #CA6563 Indian Red

📋 copy color: '#CA6563'

red 202 ◦ green 101 ◦ blue 99

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

Shades of Indian Red #CA6563

Tints of Indian Red #CA6563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.63%

R = 50.25%
G = 25.12%
B = 24.63%

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

#CA6563 (or 0xCA6563) is known color: Indian Red. HEX triplet: CA, 65 and 63. RGB value is (202,101,99). Sum of RGB (Red+Green+Blue) = 202+101+99=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6563 is #359A9C. Grayscale: #838383. Windows color (decimal): -3512989 or 6514122. OLE color: 6514122.

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

Color convert

RGB 202 101 99 -
CMYK 0 0.50 0.51 0.21
HSL 1.17º 0.49% 0.59% -
HSV(B) 1.17º 0.51% 0.79% -
XYZ 31.26 22.76 14.55 -
YUV 130.97 109.96 178.66 -
System Red Green Blue C M Y K H S L
Decimal 202 101 99 0 0.50 0.51 0.21 1.17 0.49 0.59
Hex CA 65 63 0 32 33 15 1 31 3B
Octal 312 145 143 0 62 63 25 1 61 73
Binary 11001010 1100101 1100011 0 110010 110011 10101 1 110001 111011

Color Harmonies of #CA6563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6563

Black with #CA6563

Text Example


Text Example

White with #CA6563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6563; }

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

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

background-color css

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

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

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

border-color css

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

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

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