Html Css Color HEX #CC4285 Mulberry

📋 copy color: '#CC4285'

red 204 ◦ green 66 ◦ blue 133

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

Shades of Mulberry #CC4285

Tints of Mulberry #CC4285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.38%

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

R = 50.62%
G = 16.38%
B = 33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC4285 (or 0xCC4285) is known color: Mulberry. HEX triplet: CC, 42 and 85. RGB value is (204,66,133). Sum of RGB (Red+Green+Blue) = 204+66+133=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4285 is #33BD7A. Grayscale: #727272. Windows color (decimal): -3390843 or 8733388. OLE color: 8733388.

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

Color convert

RGB 204 66 133 -
CMYK 0 0.68 0.35 0.2
HSL 330.87º 0.58% 0.53% -
HSV(B) 330.87º 0.68% 0.8% -
XYZ 31.08 18.43 24.11 -
YUV 114.9 138.22 191.55 -
System Red Green Blue C M Y K H S L
Decimal 204 66 133 0 0.68 0.35 0.2 330.87 0.58 0.53
Hex CC 42 85 0 44 23 14 14B 3A 35
Octal 314 102 205 0 104 43 24 513 72 65
Binary 11001100 1000010 10000101 0 1000100 100011 10100 101001011 111010 110101

Color Harmonies of #CC4285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4285

Black with #CC4285

Text Example


Text Example

White with #CC4285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4285; }

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

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

background-color css

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

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

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

border-color css

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

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

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