Html Css Color HEX #CA6463 Indian Red

📋 copy color: '#CA6463'

red 202 ◦ green 100 ◦ blue 99

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

Shades of Indian Red #CA6463

Tints of Indian Red #CA6463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.94%

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

R = 50.37%
G = 24.94%
B = 24.69%

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

#CA6463 (or 0xCA6463) is known color: Indian Red. HEX triplet: CA, 64 and 63. RGB value is (202,100,99). Sum of RGB (Red+Green+Blue) = 202+100+99=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6463 is #359B9C. Grayscale: #828282. Windows color (decimal): -3513245 or 6513866. OLE color: 6513866.

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

Color convert

RGB 202 100 99 -
CMYK 0 0.50 0.51 0.21
HSL 0.58º 0.49% 0.59% -
HSV(B) 0.58º 0.51% 0.79% -
XYZ 31.17 22.57 14.52 -
YUV 130.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 202 100 99 0 0.50 0.51 0.21 0.58 0.49 0.59
Hex CA 64 63 0 32 33 15 1 31 3B
Octal 312 144 143 0 62 63 25 1 61 73
Binary 11001010 1100100 1100011 0 110010 110011 10101 1 110001 111011

Color Harmonies of #CA6463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6463

Black with #CA6463

Text Example


Text Example

White with #CA6463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6463; }

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

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

background-color css

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

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

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

border-color css

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

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

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