Html Css Color HEX #CA5283 Mulberry

📋 copy color: '#CA5283'

red 202 ◦ green 82 ◦ blue 131

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

Shades of Mulberry #CA5283

Tints of Mulberry #CA5283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.76%

 BLUE value IS 131 (51.56% from 255) = 31.57%

R = 48.67%
G = 19.76%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA5283 (or 0xCA5283) is known color: Mulberry. HEX triplet: CA, 52 and 83. RGB value is (202,82,131). Sum of RGB (Red+Green+Blue) = 202+82+131=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5283 is #35AD7C. Grayscale: #7B7B7B. Windows color (decimal): -3517821 or 8606410. OLE color: 8606410.

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

Color convert

RGB 202 82 131 -
CMYK 0 0.59 0.35 0.21
HSL 335.5º 0.53% 0.56% -
HSV(B) 335.5º 0.59% 0.79% -
XYZ 31.47 20.23 23.72 -
YUV 123.47 132.26 184.02 -
System Red Green Blue C M Y K H S L
Decimal 202 82 131 0 0.59 0.35 0.21 335.5 0.53 0.56
Hex CA 52 83 0 3B 23 15 150 35 38
Octal 312 122 203 0 73 43 25 520 65 70
Binary 11001010 1010010 10000011 0 111011 100011 10101 101010000 110101 111000

Color Harmonies of #CA5283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5283

Black with #CA5283

Text Example


Text Example

White with #CA5283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5283; }

 p { color: rgb(202,82,131); }

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

background-color css

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

 a { background-color: rgb(202,82,131); }

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

border-color css

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

 span { border-color: rgb(202,82,131); }

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