Html Css Color HEX #CA568F Mulberry

📋 copy color: '#CA568F'

red 202 ◦ green 86 ◦ blue 143

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

Shades of Mulberry #CA568F

Tints of Mulberry #CA568F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.95%

 BLUE value IS 143 (56.25% from 255) = 33.18%

R = 46.87%
G = 19.95%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA568F (or 0xCA568F) is known color: Mulberry. HEX triplet: CA, 56 and 8F. RGB value is (202,86,143). Sum of RGB (Red+Green+Blue) = 202+86+143=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA568F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA568F is #35A970. Grayscale: #7F7F7F. Windows color (decimal): -3516785 or 9393866. OLE color: 9393866.

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

Color convert

RGB 202 86 143 -
CMYK 0 0.57 0.29 0.21
HSL 330.52º 0.52% 0.56% -
HSV(B) 330.52º 0.57% 0.79% -
XYZ 32.64 21.2 28.36 -
YUV 127.18 136.93 181.37 -
System Red Green Blue C M Y K H S L
Decimal 202 86 143 0 0.57 0.29 0.21 330.52 0.52 0.56
Hex CA 56 8F 0 39 1D 15 14B 34 38
Octal 312 126 217 0 71 35 25 513 64 70
Binary 11001010 1010110 10001111 0 111001 11101 10101 101001011 110100 111000

Color Harmonies of #CA568F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA568F

Black with #CA568F

Text Example


Text Example

White with #CA568F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA568F; }

 p { color: rgb(202,86,143); }

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

background-color css

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

 a { background-color: rgb(202,86,143); }

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

border-color css

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

 span { border-color: rgb(202,86,143); }

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