Html Css Color HEX #C65288 Mulberry

📋 copy color: '#C65288'

red 198 ◦ green 82 ◦ blue 136

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

Shades of Mulberry #C65288

Tints of Mulberry #C65288

RGB

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

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

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

R = 47.6%
G = 19.71%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C65288 (or 0xC65288) is known color: Mulberry. HEX triplet: C6, 52 and 88. RGB value is (198,82,136). Sum of RGB (Red+Green+Blue) = 198+82+136=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C65288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65288 is #39AD77. Grayscale: #7A7A7A. Windows color (decimal): -3779960 or 8934086. OLE color: 8934086.

HSL color Cylindrical-coordinate representation of color #C65288: hue angle of 332.07º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65288 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 82 136 -
CMYK 0 0.59 0.31 0.22
HSL 332.07º 0.5% 0.55% -
HSV(B) 332.07º 0.59% 0.78% -
XYZ 30.75 19.82 25.5 -
YUV 122.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 198 82 136 0 0.59 0.31 0.22 332.07 0.5 0.55
Hex C6 52 88 0 3B 1F 16 14C 32 37
Octal 306 122 210 0 73 37 26 514 62 67
Binary 11000110 1010010 10001000 0 111011 11111 10110 101001100 110010 110111

Color Harmonies of #C65288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65288

Black with #C65288

Text Example


Text Example

White with #C65288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65288; }

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

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

background-color css

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

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

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

border-color css

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

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

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