Html Css Color HEX #CA4683 Mulberry

📋 copy color: '#CA4683'

red 202 ◦ green 70 ◦ blue 131

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

Shades of Mulberry #CA4683

Tints of Mulberry #CA4683

RGB

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

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

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

R = 50.12%
G = 17.37%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA4683 (or 0xCA4683) is known color: Mulberry. HEX triplet: CA, 46 and 83. RGB value is (202,70,131). Sum of RGB (Red+Green+Blue) = 202+70+131=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4683 is #35B97C. Grayscale: #747474. Windows color (decimal): -3520893 or 8603338. OLE color: 8603338.

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

Color convert

RGB 202 70 131 -
CMYK 0 0.65 0.35 0.21
HSL 332.27º 0.55% 0.53% -
HSV(B) 332.27º 0.65% 0.79% -
XYZ 30.64 18.58 23.44 -
YUV 116.42 136.23 189.04 -
System Red Green Blue C M Y K H S L
Decimal 202 70 131 0 0.65 0.35 0.21 332.27 0.55 0.53
Hex CA 46 83 0 41 23 15 14C 37 35
Octal 312 106 203 0 101 43 25 514 67 65
Binary 11001010 1000110 10000011 0 1000001 100011 10101 101001100 110111 110101

Color Harmonies of #CA4683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4683

Black with #CA4683

Text Example


Text Example

White with #CA4683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4683; }

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

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

background-color css

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

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

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

border-color css

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

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

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