Html Css Color HEX #CA484D Mandy

📋 copy color: '#CA484D'

red 202 ◦ green 72 ◦ blue 77

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

Shades of Mandy #CA484D

Tints of Mandy #CA484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.51%

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 57.55%
G = 20.51%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA484D (or 0xCA484D) is known color: Mandy. HEX triplet: CA, 48 and 4D. RGB value is (202,72,77). Sum of RGB (Red+Green+Blue) = 202+72+77=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA484D is #35B7B2. Grayscale: #6F6F6F. Windows color (decimal): -3520435 or 5064906. OLE color: 5064906.

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

Color convert

RGB 202 72 77 -
CMYK 0 0.64 0.62 0.21
HSL 357.69º 0.55% 0.54% -
HSV(B) 357.69º 0.64% 0.79% -
XYZ 28.01 17.73 8.97 -
YUV 111.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 202 72 77 0 0.64 0.62 0.21 357.69 0.55 0.54
Hex CA 48 4D 0 40 3E 15 166 37 36
Octal 312 110 115 0 100 76 25 546 67 66
Binary 11001010 1001000 1001101 0 1000000 111110 10101 101100110 110111 110110

Color Harmonies of #CA484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA484D

Black with #CA484D

Text Example


Text Example

White with #CA484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA484D; }

 p { color: rgb(202,72,77); }

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

background-color css

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

 a { background-color: rgb(202,72,77); }

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

border-color css

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

 span { border-color: rgb(202,72,77); }

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