Html Css Color HEX #CA4684 Mulberry

📋 copy color: '#CA4684'

red 202 ◦ green 70 ◦ blue 132

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

Shades of Mulberry #CA4684

Tints of Mulberry #CA4684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.67%

R = 50%
G = 17.33%
B = 32.67%

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

#CA4684 (or 0xCA4684) is known color: Mulberry. HEX triplet: CA, 46 and 84. RGB value is (202,70,132). Sum of RGB (Red+Green+Blue) = 202+70+132=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4684 is #35B97B. Grayscale: #747474. Windows color (decimal): -3520892 or 8668874. OLE color: 8668874.

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

Color convert

RGB 202 70 132 -
CMYK 0 0.65 0.35 0.21
HSL 331.82º 0.55% 0.53% -
HSV(B) 331.82º 0.65% 0.79% -
XYZ 30.71 18.6 23.8 -
YUV 116.54 136.73 188.96 -
System Red Green Blue C M Y K H S L
Decimal 202 70 132 0 0.65 0.35 0.21 331.82 0.55 0.53
Hex CA 46 84 0 41 23 15 14C 37 35
Octal 312 106 204 0 101 43 25 514 67 65
Binary 11001010 1000110 10000100 0 1000001 100011 10101 101001100 110111 110101

Color Harmonies of #CA4684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4684

Black with #CA4684

Text Example


Text Example

White with #CA4684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4684; }

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

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

background-color css

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

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

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

border-color css

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

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

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