Html Css Color HEX #C9497B Cranberry

📋 copy color: '#C9497B'

red 201 ◦ green 73 ◦ blue 123

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

Shades of Cranberry #C9497B

Tints of Cranberry #C9497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.39%

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

R = 50.63%
G = 18.39%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9497B (or 0xC9497B) is known color: Cranberry. HEX triplet: C9, 49 and 7B. RGB value is (201,73,123). Sum of RGB (Red+Green+Blue) = 201+73+123=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9497B is #36B684. Grayscale: #747474. Windows color (decimal): -3585669 or 8079817. OLE color: 8079817.

HSL color Cylindrical-coordinate representation of color #C9497B: hue angle of 336.56º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9497B is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 73 123 -
CMYK 0 0.64 0.39 0.21
HSL 336.56º 0.54% 0.54% -
HSV(B) 336.56º 0.64% 0.79% -
XYZ 30.05 18.61 20.75 -
YUV 116.97 131.41 187.93 -
System Red Green Blue C M Y K H S L
Decimal 201 73 123 0 0.64 0.39 0.21 336.56 0.54 0.54
Hex C9 49 7B 0 40 27 15 151 36 36
Octal 311 111 173 0 100 47 25 521 66 66
Binary 11001001 1001001 1111011 0 1000000 100111 10101 101010001 110110 110110

Color Harmonies of #C9497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9497B

Black with #C9497B

Text Example


Text Example

White with #C9497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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