Html Css Color HEX #CA6462 Indian Red

📋 copy color: '#CA6462'

red 202 ◦ green 100 ◦ blue 98

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

Shades of Indian Red #CA6462

Tints of Indian Red #CA6462

RGB

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

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

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

R = 50.5%
G = 25%
B = 24.5%

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

#CA6462 (or 0xCA6462) is known color: Indian Red. HEX triplet: CA, 64 and 62. RGB value is (202,100,98). Sum of RGB (Red+Green+Blue) = 202+100+98=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6462 is #359B9D. Grayscale: #828282. Windows color (decimal): -3513246 or 6448330. OLE color: 6448330.

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

Color convert

RGB 202 100 98 -
CMYK 0 0.50 0.51 0.21
HSL 1.15º 0.5% 0.59% -
HSV(B) 1.15º 0.51% 0.79% -
XYZ 31.12 22.55 14.27 -
YUV 130.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 202 100 98 0 0.50 0.51 0.21 1.15 0.5 0.59
Hex CA 64 62 0 32 33 15 1 32 3B
Octal 312 144 142 0 62 63 25 1 62 73
Binary 11001010 1100100 1100010 0 110010 110011 10101 1 110010 111011

Color Harmonies of #CA6462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6462

Black with #CA6462

Text Example


Text Example

White with #CA6462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6462; }

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

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

background-color css

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

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

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

border-color css

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

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

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