Html Css Color HEX #C65C88 Mulberry

📋 copy color: '#C65C88'

red 198 ◦ green 92 ◦ blue 136

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

Shades of Mulberry #C65C88

Tints of Mulberry #C65C88

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.6%

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

R = 46.48%
G = 21.6%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C65C88 (or 0xC65C88) is known color: Mulberry. HEX triplet: C6, 5C and 88. RGB value is (198,92,136). Sum of RGB (Red+Green+Blue) = 198+92+136=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65C88 is #39A377. Grayscale: #808080. Windows color (decimal): -3777400 or 8936646. OLE color: 8936646.

HSL color Cylindrical-coordinate representation of color #C65C88: hue angle of 335.09º 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 #C65C88 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 92 136 -
CMYK 0 0.54 0.31 0.22
HSL 335.09º 0.48% 0.57% -
HSV(B) 335.09º 0.54% 0.78% -
XYZ 31.56 21.44 25.77 -
YUV 128.71 132.12 177.42 -
System Red Green Blue C M Y K H S L
Decimal 198 92 136 0 0.54 0.31 0.22 335.09 0.48 0.57
Hex C6 5C 88 0 36 1F 16 14F 30 39
Octal 306 134 210 0 66 37 26 517 60 71
Binary 11000110 1011100 10001000 0 110110 11111 10110 101001111 110000 111001

Color Harmonies of #C65C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65C88

Black with #C65C88

Text Example


Text Example

White with #C65C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65C88; }

 p { color: rgb(198,92,136); }

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

background-color css

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

 a { background-color: rgb(198,92,136); }

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

border-color css

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

 span { border-color: rgb(198,92,136); }

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