Html Css Color HEX #C9537F Cranberry

📋 copy color: '#C9537F'

red 201 ◦ green 83 ◦ blue 127

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

Shades of Cranberry #C9537F

Tints of Cranberry #C9537F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.19%

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

R = 48.91%
G = 20.19%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9537F (or 0xC9537F) is known color: Cranberry. HEX triplet: C9, 53 and 7F. RGB value is (201,83,127). Sum of RGB (Red+Green+Blue) = 201+83+127=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9537F is #36AC80. Grayscale: #7B7B7B. Windows color (decimal): -3583105 or 8344521. OLE color: 8344521.

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

Color convert

RGB 201 83 127 -
CMYK 0 0.59 0.37 0.21
HSL 337.63º 0.52% 0.56% -
HSV(B) 337.63º 0.59% 0.79% -
XYZ 31.01 20.14 22.33 -
YUV 123.3 130.09 183.42 -
System Red Green Blue C M Y K H S L
Decimal 201 83 127 0 0.59 0.37 0.21 337.63 0.52 0.56
Hex C9 53 7F 0 3B 25 15 152 34 38
Octal 311 123 177 0 73 45 25 522 64 70
Binary 11001001 1010011 1111111 0 111011 100101 10101 101010010 110100 111000

Color Harmonies of #C9537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9537F

Black with #C9537F

Text Example


Text Example

White with #C9537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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