Html Css Color HEX #C9427A Mulberry

📋 copy color: '#C9427A'

red 201 ◦ green 66 ◦ blue 122

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

Shades of Mulberry #C9427A

Tints of Mulberry #C9427A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.36%

R = 51.67%
G = 16.97%
B = 31.36%

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

#C9427A (or 0xC9427A) is known color: Mulberry. HEX triplet: C9, 42 and 7A. RGB value is (201,66,122). Sum of RGB (Red+Green+Blue) = 201+66+122=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C9427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9427A is #36BD85. Grayscale: #707070. Windows color (decimal): -3587462 or 8012489. OLE color: 8012489.

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

Color convert

RGB 201 66 122 -
CMYK 0 0.67 0.39 0.21
HSL 335.11º 0.56% 0.52% -
HSV(B) 335.11º 0.67% 0.79% -
XYZ 29.55 17.72 20.28 -
YUV 112.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 201 66 122 0 0.67 0.39 0.21 335.11 0.56 0.52
Hex C9 42 7A 0 43 27 15 14F 38 34
Octal 311 102 172 0 103 47 25 517 70 64
Binary 11001001 1000010 1111010 0 1000011 100111 10101 101001111 111000 110100

Color Harmonies of #C9427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9427A

Black with #C9427A

Text Example


Text Example

White with #C9427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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