Html Css Color HEX #C64B7E Mulberry

📋 copy color: '#C64B7E'

red 198 ◦ green 75 ◦ blue 126

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

Shades of Mulberry #C64B7E

Tints of Mulberry #C64B7E

RGB

 RED value IS 198 (77.73% from 255) = 49.62%

 GREEN value IS 75 (29.69% from 255) = 18.8%

 BLUE value IS 126 (49.61% from 255) = 31.58%

R = 49.62%
G = 18.8%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C64B7E (or 0xC64B7E) is known color: Mulberry. HEX triplet: C6, 4B and 7E. RGB value is (198,75,126). Sum of RGB (Red+Green+Blue) = 198+75+126=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B7E is #39B481. Grayscale: #757575. Windows color (decimal): -3781762 or 8276934. OLE color: 8276934.

HSL color Cylindrical-coordinate representation of color #C64B7E: hue angle of 335.12º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64B7E is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 75 126 -
CMYK 0 0.62 0.36 0.22
HSL 335.12º 0.52% 0.54% -
HSV(B) 335.12º 0.62% 0.78% -
XYZ 29.57 18.54 21.76 -
YUV 117.59 132.75 185.35 -
System Red Green Blue C M Y K H S L
Decimal 198 75 126 0 0.62 0.36 0.22 335.12 0.52 0.54
Hex C6 4B 7E 0 3E 24 16 14F 34 36
Octal 306 113 176 0 76 44 26 517 64 66
Binary 11000110 1001011 1111110 0 111110 100100 10110 101001111 110100 110110

Color Harmonies of #C64B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64B7E

Black with #C64B7E

Text Example


Text Example

White with #C64B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64B7E; }

 p { color: rgb(198,75,126); }

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

background-color css

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

 a { background-color: rgb(198,75,126); }

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

border-color css

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

 span { border-color: rgb(198,75,126); }

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