Html Css Color HEX #CC468F Mulberry

📋 copy color: '#CC468F'

red 204 ◦ green 70 ◦ blue 143

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

Shades of Mulberry #CC468F

Tints of Mulberry #CC468F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.29%

R = 48.92%
G = 16.79%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC468F (or 0xCC468F) is known color: Mulberry. HEX triplet: CC, 46 and 8F. RGB value is (204,70,143). Sum of RGB (Red+Green+Blue) = 204+70+143=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC468F is #33B970. Grayscale: #767676. Windows color (decimal): -3389809 or 9389772. OLE color: 9389772.

HSL color Cylindrical-coordinate representation of color #CC468F: hue angle of 327.31º 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 #CC468F is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 70 143 -
CMYK 0 0.66 0.30 0.2
HSL 327.31º 0.57% 0.54% -
HSV(B) 327.31º 0.66% 0.8% -
XYZ 32.05 19.2 28 -
YUV 118.39 141.89 189.06 -
System Red Green Blue C M Y K H S L
Decimal 204 70 143 0 0.66 0.30 0.2 327.31 0.57 0.54
Hex CC 46 8F 0 42 1E 14 147 39 36
Octal 314 106 217 0 102 36 24 507 71 66
Binary 11001100 1000110 10001111 0 1000010 11110 10100 101000111 111001 110110

Color Harmonies of #CC468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC468F

Black with #CC468F

Text Example


Text Example

White with #CC468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC468F; }

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

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

background-color css

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

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

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

border-color css

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

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

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