Html Css Color HEX #CA4692 Mulberry

📋 copy color: '#CA4692'

red 202 ◦ green 70 ◦ blue 146

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

Shades of Mulberry #CA4692

Tints of Mulberry #CA4692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.93%

R = 48.33%
G = 16.75%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA4692 (or 0xCA4692) is known color: Mulberry. HEX triplet: CA, 46 and 92. RGB value is (202,70,146). Sum of RGB (Red+Green+Blue) = 202+70+146=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4692 is #35B96D. Grayscale: #757575. Windows color (decimal): -3520878 or 9586378. OLE color: 9586378.

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

Color convert

RGB 202 70 146 -
CMYK 0 0.65 0.28 0.21
HSL 325.45º 0.55% 0.53% -
HSV(B) 325.45º 0.65% 0.79% -
XYZ 31.74 19.01 29.19 -
YUV 118.13 143.73 187.82 -
System Red Green Blue C M Y K H S L
Decimal 202 70 146 0 0.65 0.28 0.21 325.45 0.55 0.53
Hex CA 46 92 0 41 1C 15 145 37 35
Octal 312 106 222 0 101 34 25 505 67 65
Binary 11001010 1000110 10010010 0 1000001 11100 10101 101000101 110111 110101

Color Harmonies of #CA4692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4692

Black with #CA4692

Text Example


Text Example

White with #CA4692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4692; }

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

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

background-color css

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

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

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

border-color css

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

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

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