Html Css Color HEX #CA4685 Mulberry

📋 copy color: '#CA4685'

red 202 ◦ green 70 ◦ blue 133

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

Shades of Mulberry #CA4685

Tints of Mulberry #CA4685

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.28%

 BLUE value IS 133 (52.34% from 255) = 32.84%

R = 49.88%
G = 17.28%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA4685 (or 0xCA4685) is known color: Mulberry. HEX triplet: CA, 46 and 85. RGB value is (202,70,133). Sum of RGB (Red+Green+Blue) = 202+70+133=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4685 is #35B97A. Grayscale: #747474. Windows color (decimal): -3520891 or 8734410. OLE color: 8734410.

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

Color convert

RGB 202 70 133 -
CMYK 0 0.65 0.34 0.21
HSL 331.36º 0.55% 0.53% -
HSV(B) 331.36º 0.65% 0.79% -
XYZ 30.78 18.63 24.16 -
YUV 116.65 137.23 188.88 -
System Red Green Blue C M Y K H S L
Decimal 202 70 133 0 0.65 0.34 0.21 331.36 0.55 0.53
Hex CA 46 85 0 41 22 15 14B 37 35
Octal 312 106 205 0 101 42 25 513 67 65
Binary 11001010 1000110 10000101 0 1000001 100010 10101 101001011 110111 110101

Color Harmonies of #CA4685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4685

Black with #CA4685

Text Example


Text Example

White with #CA4685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4685; }

 p { color: rgb(202,70,133); }

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

background-color css

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

 a { background-color: rgb(202,70,133); }

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

border-color css

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

 span { border-color: rgb(202,70,133); }

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