Html Css Color HEX #C9527C Cranberry

📋 copy color: '#C9527C'

red 201 ◦ green 82 ◦ blue 124

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

Shades of Cranberry #C9527C

Tints of Cranberry #C9527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.15%

 BLUE value IS 124 (48.83% from 255) = 30.47%

R = 49.39%
G = 20.15%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9527C (or 0xC9527C) is known color: Cranberry. HEX triplet: C9, 52 and 7C. RGB value is (201,82,124). Sum of RGB (Red+Green+Blue) = 201+82+124=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9527C is #36AD83. Grayscale: #7A7A7A. Windows color (decimal): -3583364 or 8147657. OLE color: 8147657.

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

Color convert

RGB 201 82 124 -
CMYK 0 0.59 0.38 0.21
HSL 338.82º 0.52% 0.55% -
HSV(B) 338.82º 0.59% 0.79% -
XYZ 30.74 19.91 21.29 -
YUV 122.37 128.92 184.08 -
System Red Green Blue C M Y K H S L
Decimal 201 82 124 0 0.59 0.38 0.21 338.82 0.52 0.55
Hex C9 52 7C 0 3B 26 15 153 34 37
Octal 311 122 174 0 73 46 25 523 64 67
Binary 11001001 1010010 1111100 0 111011 100110 10101 101010011 110100 110111

Color Harmonies of #C9527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9527C

Black with #C9527C

Text Example


Text Example

White with #C9527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9527C; }

 p { color: rgb(201,82,124); }

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

background-color css

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

 a { background-color: rgb(201,82,124); }

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

border-color css

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

 span { border-color: rgb(201,82,124); }

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