Html Css Color HEX #C95D81 Cranberry

📋 copy color: '#C95D81'

red 201 ◦ green 93 ◦ blue 129

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

Shades of Cranberry #C95D81

Tints of Cranberry #C95D81

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.99%

 BLUE value IS 129 (50.78% from 255) = 30.5%

R = 47.52%
G = 21.99%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C95D81 (or 0xC95D81) is known color: Cranberry. HEX triplet: C9, 5D and 81. RGB value is (201,93,129). Sum of RGB (Red+Green+Blue) = 201+93+129=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95D81 is #36A27E. Grayscale: #818181. Windows color (decimal): -3580543 or 8478153. OLE color: 8478153.

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

Color convert

RGB 201 93 129 -
CMYK 0 0.54 0.36 0.21
HSL 340º 0.5% 0.58% -
HSV(B) 340º 0.54% 0.79% -
XYZ 31.96 21.83 23.3 -
YUV 129.4 127.78 179.07 -
System Red Green Blue C M Y K H S L
Decimal 201 93 129 0 0.54 0.36 0.21 340 0.5 0.58
Hex C9 5D 81 0 36 24 15 154 32 3A
Octal 311 135 201 0 66 44 25 524 62 72
Binary 11001001 1011101 10000001 0 110110 100100 10101 101010100 110010 111010

Color Harmonies of #C95D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D81

Black with #C95D81

Text Example


Text Example

White with #C95D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D81; }

 p { color: rgb(201,93,129); }

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

background-color css

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

 a { background-color: rgb(201,93,129); }

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

border-color css

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

 span { border-color: rgb(201,93,129); }

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