Html Css Color HEX #CA4650 Mandy

📋 copy color: '#CA4650'

red 202 ◦ green 70 ◦ blue 80

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

Shades of Mandy #CA4650

Tints of Mandy #CA4650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 57.39%
G = 19.89%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA4650 (or 0xCA4650) is known color: Mandy. HEX triplet: CA, 46 and 50. RGB value is (202,70,80). Sum of RGB (Red+Green+Blue) = 202+70+80=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4650 is #35B9AF. Grayscale: #6E6E6E. Windows color (decimal): -3520944 or 5261002. OLE color: 5261002.

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

Color convert

RGB 202 70 80 -
CMYK 0 0.65 0.60 0.21
HSL 355.45º 0.55% 0.53% -
HSV(B) 355.45º 0.65% 0.79% -
XYZ 28 17.52 9.49 -
YUV 110.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 202 70 80 0 0.65 0.60 0.21 355.45 0.55 0.53
Hex CA 46 50 0 41 3C 15 163 37 35
Octal 312 106 120 0 101 74 25 543 67 65
Binary 11001010 1000110 1010000 0 1000001 111100 10101 101100011 110111 110101

Color Harmonies of #CA4650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4650

Black with #CA4650

Text Example


Text Example

White with #CA4650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4650; }

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

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

background-color css

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

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

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

border-color css

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

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

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