Html Css Color HEX #C9557E Cranberry

📋 copy color: '#C9557E'

red 201 ◦ green 85 ◦ blue 126

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

Shades of Cranberry #C9557E

Tints of Cranberry #C9557E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.63%

 BLUE value IS 126 (49.61% from 255) = 30.58%

R = 48.79%
G = 20.63%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9557E (or 0xC9557E) is known color: Cranberry. HEX triplet: C9, 55 and 7E. RGB value is (201,85,126). Sum of RGB (Red+Green+Blue) = 201+85+126=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9557E is #36AA81. Grayscale: #7C7C7C. Windows color (decimal): -3582594 or 8279497. OLE color: 8279497.

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

Color convert

RGB 201 85 126 -
CMYK 0 0.58 0.37 0.21
HSL 338.79º 0.52% 0.56% -
HSV(B) 338.79º 0.58% 0.79% -
XYZ 31.1 20.42 22.04 -
YUV 124.36 128.93 182.67 -
System Red Green Blue C M Y K H S L
Decimal 201 85 126 0 0.58 0.37 0.21 338.79 0.52 0.56
Hex C9 55 7E 0 3A 25 15 153 34 38
Octal 311 125 176 0 72 45 25 523 64 70
Binary 11001001 1010101 1111110 0 111010 100101 10101 101010011 110100 111000

Color Harmonies of #C9557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9557E

Black with #C9557E

Text Example


Text Example

White with #C9557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9557E; }

 p { color: rgb(201,85,126); }

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

background-color css

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

 a { background-color: rgb(201,85,126); }

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

border-color css

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

 span { border-color: rgb(201,85,126); }

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