Html Css Color HEX #C9517D Cranberry

📋 copy color: '#C9517D'

red 201 ◦ green 81 ◦ blue 125

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

Shades of Cranberry #C9517D

Tints of Cranberry #C9517D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.9%

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

R = 49.39%
G = 19.9%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9517D (or 0xC9517D) is known color: Cranberry. HEX triplet: C9, 51 and 7D. RGB value is (201,81,125). Sum of RGB (Red+Green+Blue) = 201+81+125=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9517D is #36AE82. Grayscale: #797979. Windows color (decimal): -3583619 or 8212937. OLE color: 8212937.

HSL color Cylindrical-coordinate representation of color #C9517D: hue angle of 338º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9517D is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 125 -
CMYK 0 0.60 0.38 0.21
HSL 338º 0.53% 0.55% -
HSV(B) 338º 0.6% 0.79% -
XYZ 30.73 19.78 21.6 -
YUV 121.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 201 81 125 0 0.60 0.38 0.21 338 0.53 0.55
Hex C9 51 7D 0 3C 26 15 152 35 37
Octal 311 121 175 0 74 46 25 522 65 67
Binary 11001001 1010001 1111101 0 111100 100110 10101 101010010 110101 110111

Color Harmonies of #C9517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9517D

Black with #C9517D

Text Example


Text Example

White with #C9517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9517D; }

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

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

background-color css

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

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

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

border-color css

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

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

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