Html Css Color HEX #C9557F Cranberry

📋 copy color: '#C9557F'

red 201 ◦ green 85 ◦ blue 127

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

Shades of Cranberry #C9557F

Tints of Cranberry #C9557F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.75%

R = 48.67%
G = 20.58%
B = 30.75%

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

#C9557F (or 0xC9557F) is known color: Cranberry. HEX triplet: C9, 55 and 7F. RGB value is (201,85,127). Sum of RGB (Red+Green+Blue) = 201+85+127=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9557F is #36AA80. Grayscale: #7C7C7C. Windows color (decimal): -3582593 or 8345033. OLE color: 8345033.

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

Color convert

RGB 201 85 127 -
CMYK 0 0.58 0.37 0.21
HSL 338.28º 0.52% 0.56% -
HSV(B) 338.28º 0.58% 0.79% -
XYZ 31.17 20.45 22.38 -
YUV 124.47 129.43 182.58 -
System Red Green Blue C M Y K H S L
Decimal 201 85 127 0 0.58 0.37 0.21 338.28 0.52 0.56
Hex C9 55 7F 0 3A 25 15 152 34 38
Octal 311 125 177 0 72 45 25 522 64 70
Binary 11001001 1010101 1111111 0 111010 100101 10101 101010010 110100 111000

Color Harmonies of #C9557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9557F

Black with #C9557F

Text Example


Text Example

White with #C9557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9557F; }

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

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

background-color css

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

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

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

border-color css

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

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

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