Html Css Color HEX #C95A81 Cranberry

📋 copy color: '#C95A81'

red 201 ◦ green 90 ◦ blue 129

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

Shades of Cranberry #C95A81

Tints of Cranberry #C95A81

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.43%

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

R = 47.86%
G = 21.43%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C95A81 (or 0xC95A81) is known color: Cranberry. HEX triplet: C9, 5A and 81. RGB value is (201,90,129). Sum of RGB (Red+Green+Blue) = 201+90+129=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95A81 is #36A57E. Grayscale: #7F7F7F. Windows color (decimal): -3581311 or 8477385. OLE color: 8477385.

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

Color convert

RGB 201 90 129 -
CMYK 0 0.55 0.36 0.21
HSL 338.92º 0.51% 0.57% -
HSV(B) 338.92º 0.55% 0.79% -
XYZ 31.71 21.31 23.21 -
YUV 127.64 128.77 180.33 -
System Red Green Blue C M Y K H S L
Decimal 201 90 129 0 0.55 0.36 0.21 338.92 0.51 0.57
Hex C9 5A 81 0 37 24 15 153 33 39
Octal 311 132 201 0 67 44 25 523 63 71
Binary 11001001 1011010 10000001 0 110111 100100 10101 101010011 110011 111001

Color Harmonies of #C95A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A81

Black with #C95A81

Text Example


Text Example

White with #C95A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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