Html Css Color HEX #CA415F Mandy

📋 copy color: '#CA415F'

red 202 ◦ green 65 ◦ blue 95

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

Shades of Mandy #CA415F

Tints of Mandy #CA415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.24%

R = 55.8%
G = 17.96%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA415F (or 0xCA415F) is known color: Mandy. HEX triplet: CA, 41 and 5F. RGB value is (202,65,95). Sum of RGB (Red+Green+Blue) = 202+65+95=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA415F is #35BEA0. Grayscale: #6D6D6D. Windows color (decimal): -3522209 or 6242762. OLE color: 6242762.

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

Color convert

RGB 202 65 95 -
CMYK 0 0.68 0.53 0.21
HSL 346.86º 0.56% 0.52% -
HSV(B) 346.86º 0.68% 0.79% -
XYZ 28.31 17.16 12.65 -
YUV 109.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 202 65 95 0 0.68 0.53 0.21 346.86 0.56 0.52
Hex CA 41 5F 0 44 35 15 15B 38 34
Octal 312 101 137 0 104 65 25 533 70 64
Binary 11001010 1000001 1011111 0 1000100 110101 10101 101011011 111000 110100

Color Harmonies of #CA415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA415F

Black with #CA415F

Text Example


Text Example

White with #CA415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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