Html Css Color HEX #CA464B Mandy

📋 copy color: '#CA464B'

red 202 ◦ green 70 ◦ blue 75

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

Shades of Mandy #CA464B

Tints of Mandy #CA464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.61%

R = 58.21%
G = 20.17%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA464B (or 0xCA464B) is known color: Mandy. HEX triplet: CA, 46 and 4B. RGB value is (202,70,75). Sum of RGB (Red+Green+Blue) = 202+70+75=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA464B is #35B9B4. Grayscale: #6E6E6E. Windows color (decimal): -3520949 or 4933322. OLE color: 4933322.

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

Color convert

RGB 202 70 75 -
CMYK 0 0.65 0.63 0.21
HSL 357.73º 0.55% 0.53% -
HSV(B) 357.73º 0.65% 0.79% -
XYZ 27.82 17.44 8.56 -
YUV 110.04 108.23 193.59 -
System Red Green Blue C M Y K H S L
Decimal 202 70 75 0 0.65 0.63 0.21 357.73 0.55 0.53
Hex CA 46 4B 0 41 3F 15 166 37 35
Octal 312 106 113 0 101 77 25 546 67 65
Binary 11001010 1000110 1001011 0 1000001 111111 10101 101100110 110111 110101

Color Harmonies of #CA464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA464B

Black with #CA464B

Text Example


Text Example

White with #CA464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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