Html Css Color HEX #C9507A Cranberry

📋 copy color: '#C9507A'

red 201 ◦ green 80 ◦ blue 122

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

Shades of Cranberry #C9507A

Tints of Cranberry #C9507A

RGB

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

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

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

R = 49.88%
G = 19.85%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9507A (or 0xC9507A) is known color: Cranberry. HEX triplet: C9, 50 and 7A. RGB value is (201,80,122). Sum of RGB (Red+Green+Blue) = 201+80+122=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C9507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9507A is #36AF85. Grayscale: #787878. Windows color (decimal): -3583878 or 8016073. OLE color: 8016073.

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

Color convert

RGB 201 80 122 -
CMYK 0 0.60 0.39 0.21
HSL 339.17º 0.53% 0.55% -
HSV(B) 339.17º 0.6% 0.79% -
XYZ 30.47 19.56 20.58 -
YUV 120.97 128.59 185.08 -
System Red Green Blue C M Y K H S L
Decimal 201 80 122 0 0.60 0.39 0.21 339.17 0.53 0.55
Hex C9 50 7A 0 3C 27 15 153 35 37
Octal 311 120 172 0 74 47 25 523 65 67
Binary 11001001 1010000 1111010 0 111100 100111 10101 101010011 110101 110111

Color Harmonies of #C9507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9507A

Black with #C9507A

Text Example


Text Example

White with #C9507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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