Html Css Color HEX #CA414D Mandy

📋 copy color: '#CA414D'

red 202 ◦ green 65 ◦ blue 77

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

Shades of Mandy #CA414D

Tints of Mandy #CA414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.9%

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

R = 58.72%
G = 18.9%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA414D (or 0xCA414D) is known color: Mandy. HEX triplet: CA, 41 and 4D. RGB value is (202,65,77). Sum of RGB (Red+Green+Blue) = 202+65+77=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA414D is #35BEB2. Grayscale: #6B6B6B. Windows color (decimal): -3522227 or 5063114. OLE color: 5063114.

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

Color convert

RGB 202 65 77 -
CMYK 0 0.68 0.62 0.21
HSL 354.74º 0.56% 0.52% -
HSV(B) 354.74º 0.68% 0.79% -
XYZ 27.59 16.87 8.82 -
YUV 107.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 202 65 77 0 0.68 0.62 0.21 354.74 0.56 0.52
Hex CA 41 4D 0 44 3E 15 163 38 34
Octal 312 101 115 0 104 76 25 543 70 64
Binary 11001010 1000001 1001101 0 1000100 111110 10101 101100011 111000 110100

Color Harmonies of #CA414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA414D

Black with #CA414D

Text Example


Text Example

White with #CA414D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA414D; }

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

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

background-color css

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

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

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

border-color css

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

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

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