Html Css Color HEX #CC4683 Mulberry

📋 copy color: '#CC4683'

red 204 ◦ green 70 ◦ blue 131

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

Shades of Mulberry #CC4683

Tints of Mulberry #CC4683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.35%

R = 50.37%
G = 17.28%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC4683 (or 0xCC4683) is known color: Mulberry. HEX triplet: CC, 46 and 83. RGB value is (204,70,131). Sum of RGB (Red+Green+Blue) = 204+70+131=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4683 is #33B97C. Grayscale: #747474. Windows color (decimal): -3389821 or 8603340. OLE color: 8603340.

HSL color Cylindrical-coordinate representation of color #CC4683: hue angle of 332.69º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4683 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 70 131 -
CMYK 0 0.66 0.36 0.2
HSL 332.69º 0.57% 0.54% -
HSV(B) 332.69º 0.66% 0.8% -
XYZ 31.19 18.86 23.47 -
YUV 117.02 135.89 190.04 -
System Red Green Blue C M Y K H S L
Decimal 204 70 131 0 0.66 0.36 0.2 332.69 0.57 0.54
Hex CC 46 83 0 42 24 14 14D 39 36
Octal 314 106 203 0 102 44 24 515 71 66
Binary 11001100 1000110 10000011 0 1000010 100100 10100 101001101 111001 110110

Color Harmonies of #CC4683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4683

Black with #CC4683

Text Example


Text Example

White with #CC4683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4683; }

 p { color: rgb(204,70,131); }

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

background-color css

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

 a { background-color: rgb(204,70,131); }

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

border-color css

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

 span { border-color: rgb(204,70,131); }

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