Html Css Color HEX #C65B8D Mulberry

📋 copy color: '#C65B8D'

red 198 ◦ green 91 ◦ blue 141

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

Shades of Mulberry #C65B8D

Tints of Mulberry #C65B8D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.16%

 BLUE value IS 141 (55.47% from 255) = 32.79%

R = 46.05%
G = 21.16%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C65B8D (or 0xC65B8D) is known color: Mulberry. HEX triplet: C6, 5B and 8D. RGB value is (198,91,141). Sum of RGB (Red+Green+Blue) = 198+91+141=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65B8D is #39A472. Grayscale: #808080. Windows color (decimal): -3777651 or 9264070. OLE color: 9264070.

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

Color convert

RGB 198 91 141 -
CMYK 0 0.54 0.29 0.22
HSL 331.96º 0.48% 0.57% -
HSV(B) 331.96º 0.54% 0.78% -
XYZ 31.84 21.41 27.65 -
YUV 128.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 198 91 141 0 0.54 0.29 0.22 331.96 0.48 0.57
Hex C6 5B 8D 0 36 1D 16 14C 30 39
Octal 306 133 215 0 66 35 26 514 60 71
Binary 11000110 1011011 10001101 0 110110 11101 10110 101001100 110000 111001

Color Harmonies of #C65B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65B8D

Black with #C65B8D

Text Example


Text Example

White with #C65B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65B8D; }

 p { color: rgb(198,91,141); }

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

background-color css

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

 a { background-color: rgb(198,91,141); }

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

border-color css

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

 span { border-color: rgb(198,91,141); }

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