Html Css Color HEX #CA414C Mandy

📋 copy color: '#CA414C'

red 202 ◦ green 65 ◦ blue 76

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

Shades of Mandy #CA414C

Tints of Mandy #CA414C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.16%

R = 58.89%
G = 18.95%
B = 22.16%

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

#CA414C (or 0xCA414C) is known color: Mandy. HEX triplet: CA, 41 and 4C. RGB value is (202,65,76). Sum of RGB (Red+Green+Blue) = 202+65+76=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA414C is #35BEB3. Grayscale: #6B6B6B. Windows color (decimal): -3522228 or 4997578. OLE color: 4997578.

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

Color convert

RGB 202 65 76 -
CMYK 0 0.68 0.62 0.21
HSL 355.18º 0.56% 0.52% -
HSV(B) 355.18º 0.68% 0.79% -
XYZ 27.55 16.86 8.64 -
YUV 107.22 110.39 195.61 -
System Red Green Blue C M Y K H S L
Decimal 202 65 76 0 0.68 0.62 0.21 355.18 0.56 0.52
Hex CA 41 4C 0 44 3E 15 163 38 34
Octal 312 101 114 0 104 76 25 543 70 64
Binary 11001010 1000001 1001100 0 1000100 111110 10101 101100011 111000 110100

Color Harmonies of #CA414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA414C

Black with #CA414C

Text Example


Text Example

White with #CA414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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