Html Css Color HEX #CA464C Mandy

📋 copy color: '#CA464C'

red 202 ◦ green 70 ◦ blue 76

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

Shades of Mandy #CA464C

Tints of Mandy #CA464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.11%

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 58.05%
G = 20.11%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA464C (or 0xCA464C) is known color: Mandy. HEX triplet: CA, 46 and 4C. RGB value is (202,70,76). Sum of RGB (Red+Green+Blue) = 202+70+76=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA464C is #35B9B3. Grayscale: #6E6E6E. Windows color (decimal): -3520948 or 4998858. OLE color: 4998858.

HSL color Cylindrical-coordinate representation of color #CA464C: hue angle of 357.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA464C is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 70 76 -
CMYK 0 0.65 0.62 0.21
HSL 357.27º 0.55% 0.53% -
HSV(B) 357.27º 0.65% 0.79% -
XYZ 27.85 17.46 8.74 -
YUV 110.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 202 70 76 0 0.65 0.62 0.21 357.27 0.55 0.53
Hex CA 46 4C 0 41 3E 15 165 37 35
Octal 312 106 114 0 101 76 25 545 67 65
Binary 11001010 1000110 1001100 0 1000001 111110 10101 101100101 110111 110101

Color Harmonies of #CA464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA464C

Black with #CA464C

Text Example


Text Example

White with #CA464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA464C; }

 p { color: rgb(202,70,76); }

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

background-color css

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

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

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

border-color css

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

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

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