Html Css Color HEX #CA599C Mulberry

📋 copy color: '#CA599C'

red 202 ◦ green 89 ◦ blue 156

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

Shades of Mulberry #CA599C

Tints of Mulberry #CA599C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.91%

 BLUE value IS 156 (61.33% from 255) = 34.9%

R = 45.19%
G = 19.91%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA599C (or 0xCA599C) is known color: Mulberry. HEX triplet: CA, 59 and 9C. RGB value is (202,89,156). Sum of RGB (Red+Green+Blue) = 202+89+156=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA599C is #35A663. Grayscale: #828282. Windows color (decimal): -3516004 or 10246602. OLE color: 10246602.

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

Color convert

RGB 202 89 156 -
CMYK 0 0.56 0.23 0.21
HSL 324.42º 0.52% 0.57% -
HSV(B) 324.42º 0.56% 0.79% -
XYZ 33.93 22.1 33.93 -
YUV 130.43 142.44 179.05 -
System Red Green Blue C M Y K H S L
Decimal 202 89 156 0 0.56 0.23 0.21 324.42 0.52 0.57
Hex CA 59 9C 0 38 17 15 144 34 39
Octal 312 131 234 0 70 27 25 504 64 71
Binary 11001010 1011001 10011100 0 111000 10111 10101 101000100 110100 111001

Color Harmonies of #CA599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA599C

Black with #CA599C

Text Example


Text Example

White with #CA599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA599C; }

 p { color: rgb(202,89,156); }

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

background-color css

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

 a { background-color: rgb(202,89,156); }

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

border-color css

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

 span { border-color: rgb(202,89,156); }

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