Html Css Color HEX #CA6262 Indian Red

📋 copy color: '#CA6262'

red 202 ◦ green 98 ◦ blue 98

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

Shades of Indian Red #CA6262

Tints of Indian Red #CA6262

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.62%

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

R = 50.75%
G = 24.62%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA6262 (or 0xCA6262) is known color: Indian Red. HEX triplet: CA, 62 and 62. RGB value is (202,98,98). Sum of RGB (Red+Green+Blue) = 202+98+98=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6262 is #359D9D. Grayscale: #818181. Windows color (decimal): -3513758 or 6447818. OLE color: 6447818.

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

Color convert

RGB 202 98 98 -
CMYK 0 0.51 0.51 0.21
HSL 0.5% 0.59% -
HSV(B) 0.51% 0.79% -
XYZ 30.93 22.17 14.21 -
YUV 129.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 202 98 98 0 0.51 0.51 0.21 0 0.5 0.59
Hex CA 62 62 0 33 33 15 0 32 3B
Octal 312 142 142 0 63 63 25 0 62 73
Binary 11001010 1100010 1100010 0 110011 110011 10101 0 110010 111011

Color Harmonies of #CA6262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6262

Black with #CA6262

Text Example


Text Example

White with #CA6262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6262; }

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

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

background-color css

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

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

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

border-color css

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

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

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