Html Css Color HEX #C9487A Cranberry

📋 copy color: '#C9487A'

red 201 ◦ green 72 ◦ blue 122

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

Shades of Cranberry #C9487A

Tints of Cranberry #C9487A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.23%

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

R = 50.89%
G = 18.23%
B = 30.89%

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

#C9487A (or 0xC9487A) is known color: Cranberry. HEX triplet: C9, 48 and 7A. RGB value is (201,72,122). Sum of RGB (Red+Green+Blue) = 201+72+122=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9487A is #36B785. Grayscale: #747474. Windows color (decimal): -3585926 or 8014025. OLE color: 8014025.

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

Color convert

RGB 201 72 122 -
CMYK 0 0.64 0.39 0.21
HSL 336.74º 0.54% 0.54% -
HSV(B) 336.74º 0.64% 0.79% -
XYZ 29.92 18.46 20.4 -
YUV 116.27 131.24 188.43 -
System Red Green Blue C M Y K H S L
Decimal 201 72 122 0 0.64 0.39 0.21 336.74 0.54 0.54
Hex C9 48 7A 0 40 27 15 151 36 36
Octal 311 110 172 0 100 47 25 521 66 66
Binary 11001001 1001000 1111010 0 1000000 100111 10101 101010001 110110 110110

Color Harmonies of #C9487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9487A

Black with #C9487A

Text Example


Text Example

White with #C9487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9487A; }

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

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

background-color css

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

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

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

border-color css

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

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

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