Html Css Color HEX #CA6162 Mandy

📋 copy color: '#CA6162'

red 202 ◦ green 97 ◦ blue 98

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

Shades of Mandy #CA6162

Tints of Mandy #CA6162

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.43%

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

R = 50.88%
G = 24.43%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA6162 (or 0xCA6162) is known color: Mandy. HEX triplet: CA, 61 and 62. RGB value is (202,97,98). Sum of RGB (Red+Green+Blue) = 202+97+98=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6162 is #359E9D. Grayscale: #808080. Windows color (decimal): -3514014 or 6447562. OLE color: 6447562.

HSL color Cylindrical-coordinate representation of color #CA6162: hue angle of 359.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6162 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 97 98 -
CMYK 0 0.52 0.51 0.21
HSL 359.43º 0.5% 0.59% -
HSV(B) 359.43º 0.52% 0.79% -
XYZ 30.84 21.99 14.17 -
YUV 128.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 202 97 98 0 0.52 0.51 0.21 359.43 0.5 0.59
Hex CA 61 62 0 34 33 15 167 32 3B
Octal 312 141 142 0 64 63 25 547 62 73
Binary 11001010 1100001 1100010 0 110100 110011 10101 101100111 110010 111011

Color Harmonies of #CA6162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6162

Black with #CA6162

Text Example


Text Example

White with #CA6162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6162; }

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

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

background-color css

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

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

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

border-color css

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

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

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