Html Css Color HEX #CE4BA5 Mulberry

📋 copy color: '#CE4BA5'

red 206 ◦ green 75 ◦ blue 165

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

Shades of Mulberry #CE4BA5

Tints of Mulberry #CE4BA5

RGB

 RED value IS 206 (80.86% from 255) = 46.19%

 GREEN value IS 75 (29.69% from 255) = 16.82%

 BLUE value IS 165 (64.84% from 255) = 37%

R = 46.19%
G = 16.82%
B = 37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CE4BA5 (or 0xCE4BA5) is known color: Mulberry. HEX triplet: CE, 4B and A5. RGB value is (206,75,165). Sum of RGB (Red+Green+Blue) = 206+75+165=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4BA5 is #31B45A. Grayscale: #7C7C7C. Windows color (decimal): -3257435 or 10832846. OLE color: 10832846.

HSL color Cylindrical-coordinate representation of color #CE4BA5: hue angle of 318.78º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4BA5 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 75 165 -
CMYK 0 0.64 0.20 0.19
HSL 318.78º 0.57% 0.55% -
HSV(B) 318.78º 0.64% 0.81% -
XYZ 34.76 20.87 37.79 -
YUV 124.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 206 75 165 0 0.64 0.20 0.19 318.78 0.57 0.55
Hex CE 4B A5 0 40 14 13 13F 39 37
Octal 316 113 245 0 100 24 23 477 71 67
Binary 11001110 1001011 10100101 0 1000000 10100 10011 100111111 111001 110111

Color Harmonies of #CE4BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BA5

Black with #CE4BA5

Text Example


Text Example

White with #CE4BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BA5; }

 p { color: rgb(206,75,165); }

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

background-color css

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

 a { background-color: rgb(206,75,165); }

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

border-color css

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

 span { border-color: rgb(206,75,165); }

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