Html Css Color HEX #C9507C Cranberry

📋 copy color: '#C9507C'

red 201 ◦ green 80 ◦ blue 124

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

Shades of Cranberry #C9507C

Tints of Cranberry #C9507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.75%

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

R = 49.63%
G = 19.75%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9507C (or 0xC9507C) is known color: Cranberry. HEX triplet: C9, 50 and 7C. RGB value is (201,80,124). Sum of RGB (Red+Green+Blue) = 201+80+124=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9507C is #36AF83. Grayscale: #797979. Windows color (decimal): -3583876 or 8147145. OLE color: 8147145.

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

Color convert

RGB 201 80 124 -
CMYK 0 0.60 0.38 0.21
HSL 338.18º 0.53% 0.55% -
HSV(B) 338.18º 0.6% 0.79% -
XYZ 30.59 19.61 21.24 -
YUV 121.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 201 80 124 0 0.60 0.38 0.21 338.18 0.53 0.55
Hex C9 50 7C 0 3C 26 15 152 35 37
Octal 311 120 174 0 74 46 25 522 65 67
Binary 11001001 1010000 1111100 0 111100 100110 10101 101010010 110101 110111

Color Harmonies of #C9507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9507C

Black with #C9507C

Text Example


Text Example

White with #C9507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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