Html Css Color HEX #CC4B85 Mulberry

📋 copy color: '#CC4B85'

red 204 ◦ green 75 ◦ blue 133

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

Shades of Mulberry #CC4B85

Tints of Mulberry #CC4B85

RGB

 RED value IS 204 (80.08% from 255) = 49.51%

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

 BLUE value IS 133 (52.34% from 255) = 32.28%

R = 49.51%
G = 18.2%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC4B85 (or 0xCC4B85) is known color: Mulberry. HEX triplet: CC, 4B and 85. RGB value is (204,75,133). Sum of RGB (Red+Green+Blue) = 204+75+133=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4B85 is #33B47A. Grayscale: #787878. Windows color (decimal): -3388539 or 8735692. OLE color: 8735692.

HSL color Cylindrical-coordinate representation of color #CC4B85: hue angle of 333.02º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4B85 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 75 133 -
CMYK 0 0.63 0.35 0.2
HSL 333.02º 0.56% 0.55% -
HSV(B) 333.02º 0.63% 0.8% -
XYZ 31.65 19.56 24.3 -
YUV 120.18 135.24 187.78 -
System Red Green Blue C M Y K H S L
Decimal 204 75 133 0 0.63 0.35 0.2 333.02 0.56 0.55
Hex CC 4B 85 0 3F 23 14 14D 38 37
Octal 314 113 205 0 77 43 24 515 70 67
Binary 11001100 1001011 10000101 0 111111 100011 10100 101001101 111000 110111

Color Harmonies of #CC4B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B85

Black with #CC4B85

Text Example


Text Example

White with #CC4B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B85; }

 p { color: rgb(204,75,133); }

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

background-color css

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

 a { background-color: rgb(204,75,133); }

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

border-color css

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

 span { border-color: rgb(204,75,133); }

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