Html Css Color HEX #C65A8B Mulberry

📋 copy color: '#C65A8B'

red 198 ◦ green 90 ◦ blue 139

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

Shades of Mulberry #C65A8B

Tints of Mulberry #C65A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.08%

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

R = 46.37%
G = 21.08%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C65A8B (or 0xC65A8B) is known color: Mulberry. HEX triplet: C6, 5A and 8B. RGB value is (198,90,139). Sum of RGB (Red+Green+Blue) = 198+90+139=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65A8B is #39A574. Grayscale: #7F7F7F. Windows color (decimal): -3777909 or 9132742. OLE color: 9132742.

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

Color convert

RGB 198 90 139 -
CMYK 0 0.55 0.30 0.22
HSL 332.78º 0.49% 0.56% -
HSV(B) 332.78º 0.55% 0.78% -
XYZ 31.61 21.18 26.85 -
YUV 127.88 134.28 178.02 -
System Red Green Blue C M Y K H S L
Decimal 198 90 139 0 0.55 0.30 0.22 332.78 0.49 0.56
Hex C6 5A 8B 0 37 1E 16 14D 31 38
Octal 306 132 213 0 67 36 26 515 61 70
Binary 11000110 1011010 10001011 0 110111 11110 10110 101001101 110001 111000

Color Harmonies of #C65A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A8B

Black with #C65A8B

Text Example


Text Example

White with #C65A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A8B; }

 p { color: rgb(198,90,139); }

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

background-color css

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

 a { background-color: rgb(198,90,139); }

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

border-color css

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

 span { border-color: rgb(198,90,139); }

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