Html Css Color HEX #C9429B Mulberry

📋 copy color: '#C9429B'

red 201 ◦ green 66 ◦ blue 155

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

Shades of Mulberry #C9429B

Tints of Mulberry #C9429B

RGB

 RED value IS 201 (78.91% from 255) = 47.63%

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

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 47.63%
G = 15.64%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9429B (or 0xC9429B) is known color: Mulberry. HEX triplet: C9, 42 and 9B. RGB value is (201,66,155). Sum of RGB (Red+Green+Blue) = 201+66+155=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9429B is #36BD64. Grayscale: #747474. Windows color (decimal): -3587429 or 10175177. OLE color: 10175177.

HSL color Cylindrical-coordinate representation of color #C9429B: hue angle of 320.44º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9429B is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 66 155 -
CMYK 0 0.67 0.23 0.21
HSL 320.44º 0.56% 0.52% -
HSV(B) 320.44º 0.67% 0.79% -
XYZ 31.95 18.68 32.93 -
YUV 116.51 149.73 188.26 -
System Red Green Blue C M Y K H S L
Decimal 201 66 155 0 0.67 0.23 0.21 320.44 0.56 0.52
Hex C9 42 9B 0 43 17 15 140 38 34
Octal 311 102 233 0 103 27 25 500 70 64
Binary 11001001 1000010 10011011 0 1000011 10111 10101 101000000 111000 110100

Color Harmonies of #C9429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9429B

Black with #C9429B

Text Example


Text Example

White with #C9429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9429B; }

 p { color: rgb(201,66,155); }

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

background-color css

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

 a { background-color: rgb(201,66,155); }

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

border-color css

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

 span { border-color: rgb(201,66,155); }

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