Html Css Color HEX #CF468B Mulberry

📋 copy color: '#CF468B'

red 207 ◦ green 70 ◦ blue 139

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

Shades of Mulberry #CF468B

Tints of Mulberry #CF468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 49.76%
G = 16.83%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF468B (or 0xCF468B) is known color: Mulberry. HEX triplet: CF, 46 and 8B. RGB value is (207,70,139). Sum of RGB (Red+Green+Blue) = 207+70+139=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF468B is #30B974. Grayscale: #767676. Windows color (decimal): -3193205 or 9127631. OLE color: 9127631.

HSL color Cylindrical-coordinate representation of color #CF468B: hue angle of 329.78º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF468B is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 70 139 -
CMYK 0 0.66 0.33 0.19
HSL 329.78º 0.59% 0.54% -
HSV(B) 329.78º 0.66% 0.81% -
XYZ 32.58 19.51 26.47 -
YUV 118.83 139.39 190.89 -
System Red Green Blue C M Y K H S L
Decimal 207 70 139 0 0.66 0.33 0.19 329.78 0.59 0.54
Hex CF 46 8B 0 42 21 13 14A 3B 36
Octal 317 106 213 0 102 41 23 512 73 66
Binary 11001111 1000110 10001011 0 1000010 100001 10011 101001010 111011 110110

Color Harmonies of #CF468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF468B

Black with #CF468B

Text Example


Text Example

White with #CF468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF468B; }

 p { color: rgb(207,70,139); }

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

background-color css

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

 a { background-color: rgb(207,70,139); }

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

border-color css

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

 span { border-color: rgb(207,70,139); }

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