Html Css Color HEX #C9427B Mulberry

📋 copy color: '#C9427B'

red 201 ◦ green 66 ◦ blue 123

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

Shades of Mulberry #C9427B

Tints of Mulberry #C9427B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.54%

R = 51.54%
G = 16.92%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9427B (or 0xC9427B) is known color: Mulberry. HEX triplet: C9, 42 and 7B. RGB value is (201,66,123). Sum of RGB (Red+Green+Blue) = 201+66+123=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9427B is #36BD84. Grayscale: #707070. Windows color (decimal): -3587461 or 8078025. OLE color: 8078025.

HSL color Cylindrical-coordinate representation of color #C9427B: hue angle of 334.67º 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 #C9427B is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 66 123 -
CMYK 0 0.67 0.39 0.21
HSL 334.67º 0.56% 0.52% -
HSV(B) 334.67º 0.67% 0.79% -
XYZ 29.61 17.74 20.6 -
YUV 112.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 201 66 123 0 0.67 0.39 0.21 334.67 0.56 0.52
Hex C9 42 7B 0 43 27 15 14F 38 34
Octal 311 102 173 0 103 47 25 517 70 64
Binary 11001001 1000010 1111011 0 1000011 100111 10101 101001111 111000 110100

Color Harmonies of #C9427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9427B

Black with #C9427B

Text Example


Text Example

White with #C9427B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9427B; }

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

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

background-color css

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

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

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

border-color css

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

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

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