Html Css Color HEX #C84296 Mulberry

📋 copy color: '#C84296'

red 200 ◦ green 66 ◦ blue 150

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

Shades of Mulberry #C84296

Tints of Mulberry #C84296

RGB

 RED value IS 200 (78.52% from 255) = 48.08%

 GREEN value IS 66 (26.17% from 255) = 15.87%

 BLUE value IS 150 (58.98% from 255) = 36.06%

R = 48.08%
G = 15.87%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C84296 (or 0xC84296) is known color: Mulberry. HEX triplet: C8, 42 and 96. RGB value is (200,66,150). Sum of RGB (Red+Green+Blue) = 200+66+150=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C84296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84296 is #37BD69. Grayscale: #737373. Windows color (decimal): -3652970 or 9847496. OLE color: 9847496.

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

Color convert

RGB 200 66 150 -
CMYK 0 0.67 0.25 0.22
HSL 322.39º 0.55% 0.52% -
HSV(B) 322.39º 0.67% 0.78% -
XYZ 31.27 18.38 30.75 -
YUV 115.64 147.39 188.17 -
System Red Green Blue C M Y K H S L
Decimal 200 66 150 0 0.67 0.25 0.22 322.39 0.55 0.52
Hex C8 42 96 0 43 19 16 142 37 34
Octal 310 102 226 0 103 31 26 502 67 64
Binary 11001000 1000010 10010110 0 1000011 11001 10110 101000010 110111 110100

Color Harmonies of #C84296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84296

Black with #C84296

Text Example


Text Example

White with #C84296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84296; }

 p { color: rgb(200,66,150); }

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

background-color css

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

 a { background-color: rgb(200,66,150); }

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

border-color css

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

 span { border-color: rgb(200,66,150); }

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