Html Css Color HEX #CF5288 Mulberry

📋 copy color: '#CF5288'

red 207 ◦ green 82 ◦ blue 136

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

Shades of Mulberry #CF5288

Tints of Mulberry #CF5288

RGB

 RED value IS 207 (81.25% from 255) = 48.71%

 GREEN value IS 82 (32.42% from 255) = 19.29%

 BLUE value IS 136 (53.52% from 255) = 32%

R = 48.71%
G = 19.29%
B = 32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF5288 (or 0xCF5288) is known color: Mulberry. HEX triplet: CF, 52 and 88. RGB value is (207,82,136). Sum of RGB (Red+Green+Blue) = 207+82+136=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5288 is #30AD77. Grayscale: #7D7D7D. Windows color (decimal): -3190136 or 8934095. OLE color: 8934095.

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

Color convert

RGB 207 82 136 -
CMYK 0 0.60 0.34 0.19
HSL 334.08º 0.57% 0.57% -
HSV(B) 334.08º 0.6% 0.81% -
XYZ 33.19 21.08 25.61 -
YUV 125.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 207 82 136 0 0.60 0.34 0.19 334.08 0.57 0.57
Hex CF 52 88 0 3C 22 13 14E 39 39
Octal 317 122 210 0 74 42 23 516 71 71
Binary 11001111 1010010 10001000 0 111100 100010 10011 101001110 111001 111001

Color Harmonies of #CF5288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5288

Black with #CF5288

Text Example


Text Example

White with #CF5288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5288; }

 p { color: rgb(207,82,136); }

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

background-color css

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

 a { background-color: rgb(207,82,136); }

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

border-color css

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

 span { border-color: rgb(207,82,136); }

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