Html Css Color HEX #CA464F Mandy

📋 copy color: '#CA464F'

red 202 ◦ green 70 ◦ blue 79

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

Shades of Mandy #CA464F

Tints of Mandy #CA464F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.51%

R = 57.55%
G = 19.94%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA464F (or 0xCA464F) is known color: Mandy. HEX triplet: CA, 46 and 4F. RGB value is (202,70,79). Sum of RGB (Red+Green+Blue) = 202+70+79=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA464F is #35B9B0. Grayscale: #6E6E6E. Windows color (decimal): -3520945 or 5195466. OLE color: 5195466.

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

Color convert

RGB 202 70 79 -
CMYK 0 0.65 0.61 0.21
HSL 355.91º 0.55% 0.53% -
HSV(B) 355.91º 0.65% 0.79% -
XYZ 27.96 17.5 9.3 -
YUV 110.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 202 70 79 0 0.65 0.61 0.21 355.91 0.55 0.53
Hex CA 46 4F 0 41 3D 15 164 37 35
Octal 312 106 117 0 101 75 25 544 67 65
Binary 11001010 1000110 1001111 0 1000001 111101 10101 101100100 110111 110101

Color Harmonies of #CA464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA464F

Black with #CA464F

Text Example


Text Example

White with #CA464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA464F; }

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

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

background-color css

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

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

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

border-color css

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

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

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