Html Css Color HEX #C9547C Cranberry

📋 copy color: '#C9547C'

red 201 ◦ green 84 ◦ blue 124

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

Shades of Cranberry #C9547C

Tints of Cranberry #C9547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.54%

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

R = 49.14%
G = 20.54%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9547C (or 0xC9547C) is known color: Cranberry. HEX triplet: C9, 54 and 7C. RGB value is (201,84,124). Sum of RGB (Red+Green+Blue) = 201+84+124=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9547C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9547C is #36AB83. Grayscale: #7B7B7B. Windows color (decimal): -3582852 or 8148169. OLE color: 8148169.

HSL color Cylindrical-coordinate representation of color #C9547C: hue angle of 339.49º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9547C is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 84 124 -
CMYK 0 0.58 0.38 0.21
HSL 339.49º 0.52% 0.56% -
HSV(B) 339.49º 0.58% 0.79% -
XYZ 30.9 20.21 21.34 -
YUV 123.54 128.26 183.25 -
System Red Green Blue C M Y K H S L
Decimal 201 84 124 0 0.58 0.38 0.21 339.49 0.52 0.56
Hex C9 54 7C 0 3A 26 15 153 34 38
Octal 311 124 174 0 72 46 25 523 64 70
Binary 11001001 1010100 1111100 0 111010 100110 10101 101010011 110100 111000

Color Harmonies of #C9547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9547C

Black with #C9547C

Text Example


Text Example

White with #C9547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9547C; }

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

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

background-color css

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

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

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

border-color css

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

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

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