Html Css Color HEX #C9507B Cranberry

📋 copy color: '#C9507B'

red 201 ◦ green 80 ◦ blue 123

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

Shades of Cranberry #C9507B

Tints of Cranberry #C9507B

RGB

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

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

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

R = 49.75%
G = 19.8%
B = 30.45%

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

#C9507B (or 0xC9507B) is known color: Cranberry. HEX triplet: C9, 50 and 7B. RGB value is (201,80,123). Sum of RGB (Red+Green+Blue) = 201+80+123=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C9507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9507B is #36AF84. Grayscale: #797979. Windows color (decimal): -3583877 or 8081609. OLE color: 8081609.

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

Color convert

RGB 201 80 123 -
CMYK 0 0.60 0.39 0.21
HSL 338.68º 0.53% 0.55% -
HSV(B) 338.68º 0.6% 0.79% -
XYZ 30.53 19.58 20.91 -
YUV 121.08 129.09 185 -
System Red Green Blue C M Y K H S L
Decimal 201 80 123 0 0.60 0.39 0.21 338.68 0.53 0.55
Hex C9 50 7B 0 3C 27 15 153 35 37
Octal 311 120 173 0 74 47 25 523 65 67
Binary 11001001 1010000 1111011 0 111100 100111 10101 101010011 110101 110111

Color Harmonies of #C9507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9507B

Black with #C9507B

Text Example


Text Example

White with #C9507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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