Html Css Color HEX #C45CA4 Mulberry

📋 copy color: '#C45CA4'

red 196 ◦ green 92 ◦ blue 164

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

Shades of Mulberry #C45CA4

Tints of Mulberry #C45CA4

RGB

 RED value IS 196 (76.95% from 255) = 43.36%

 GREEN value IS 92 (36.33% from 255) = 20.35%

 BLUE value IS 164 (64.45% from 255) = 36.28%

R = 43.36%
G = 20.35%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C45CA4 (or 0xC45CA4) is known color: Mulberry. HEX triplet: C4, 5C and A4. RGB value is (196,92,164). Sum of RGB (Red+Green+Blue) = 196+92+164=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C45CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45CA4 is #3BA35B. Grayscale: #838383. Windows color (decimal): -3908444 or 10771652. OLE color: 10771652.

HSL color Cylindrical-coordinate representation of color #C45CA4: hue angle of 318.46º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45CA4 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 92 164 -
CMYK 0 0.53 0.16 0.23
HSL 318.46º 0.47% 0.56% -
HSV(B) 318.46º 0.53% 0.77% -
XYZ 33.29 22.07 37.63 -
YUV 131.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 196 92 164 0 0.53 0.16 0.23 318.46 0.47 0.56
Hex C4 5C A4 0 35 10 17 13E 2F 38
Octal 304 134 244 0 65 20 27 476 57 70
Binary 11000100 1011100 10100100 0 110101 10000 10111 100111110 101111 111000

Color Harmonies of #C45CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45CA4

Black with #C45CA4

Text Example


Text Example

White with #C45CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45CA4; }

 p { color: rgb(196,92,164); }

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

background-color css

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

 a { background-color: rgb(196,92,164); }

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

border-color css

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

 span { border-color: rgb(196,92,164); }

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