Html Css Color HEX #C8469C Mulberry

📋 copy color: '#C8469C'

red 200 ◦ green 70 ◦ blue 156

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

Shades of Mulberry #C8469C

Tints of Mulberry #C8469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.43%

 BLUE value IS 156 (61.33% from 255) = 36.62%

R = 46.95%
G = 16.43%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8469C (or 0xC8469C) is known color: Mulberry. HEX triplet: C8, 46 and 9C. RGB value is (200,70,156). Sum of RGB (Red+Green+Blue) = 200+70+156=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8469C is #37B963. Grayscale: #767676. Windows color (decimal): -3651940 or 10241736. OLE color: 10241736.

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

Color convert

RGB 200 70 156 -
CMYK 0 0.65 0.22 0.22
HSL 320.31º 0.54% 0.53% -
HSV(B) 320.31º 0.65% 0.78% -
XYZ 32.01 19.06 33.44 -
YUV 118.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 200 70 156 0 0.65 0.22 0.22 320.31 0.54 0.53
Hex C8 46 9C 0 41 16 16 140 36 35
Octal 310 106 234 0 101 26 26 500 66 65
Binary 11001000 1000110 10011100 0 1000001 10110 10110 101000000 110110 110101

Color Harmonies of #C8469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8469C

Black with #C8469C

Text Example


Text Example

White with #C8469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8469C; }

 p { color: rgb(200,70,156); }

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

background-color css

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

 a { background-color: rgb(200,70,156); }

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

border-color css

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

 span { border-color: rgb(200,70,156); }

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