Html Css Color HEX #C9577D Cranberry

📋 copy color: '#C9577D'

red 201 ◦ green 87 ◦ blue 125

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

Shades of Cranberry #C9577D

Tints of Cranberry #C9577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.07%

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 48.67%
G = 21.07%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9577D (or 0xC9577D) is known color: Cranberry. HEX triplet: C9, 57 and 7D. RGB value is (201,87,125). Sum of RGB (Red+Green+Blue) = 201+87+125=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9577D is #36A882. Grayscale: #7D7D7D. Windows color (decimal): -3582083 or 8214473. OLE color: 8214473.

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

Color convert

RGB 201 87 125 -
CMYK 0 0.57 0.38 0.21
HSL 340º 0.51% 0.56% -
HSV(B) 340º 0.57% 0.79% -
XYZ 31.2 20.71 21.76 -
YUV 125.42 127.77 181.91 -
System Red Green Blue C M Y K H S L
Decimal 201 87 125 0 0.57 0.38 0.21 340 0.51 0.56
Hex C9 57 7D 0 39 26 15 154 33 38
Octal 311 127 175 0 71 46 25 524 63 70
Binary 11001001 1010111 1111101 0 111001 100110 10101 101010100 110011 111000

Color Harmonies of #C9577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9577D

Black with #C9577D

Text Example


Text Example

White with #C9577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9577D; }

 p { color: rgb(201,87,125); }

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

background-color css

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

 a { background-color: rgb(201,87,125); }

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

border-color css

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

 span { border-color: rgb(201,87,125); }

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