Html Css Color HEX #C95E81 Cranberry

📋 copy color: '#C95E81'

red 201 ◦ green 94 ◦ blue 129

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

Shades of Cranberry #C95E81

Tints of Cranberry #C95E81

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.17%

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

R = 47.41%
G = 22.17%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C95E81 (or 0xC95E81) is known color: Cranberry. HEX triplet: C9, 5E and 81. RGB value is (201,94,129). Sum of RGB (Red+Green+Blue) = 201+94+129=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95E81 is #36A17E. Grayscale: #818181. Windows color (decimal): -3580287 or 8478409. OLE color: 8478409.

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

Color convert

RGB 201 94 129 -
CMYK 0 0.53 0.36 0.21
HSL 340.37º 0.5% 0.58% -
HSV(B) 340.37º 0.53% 0.79% -
XYZ 32.05 22.01 23.33 -
YUV 129.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 201 94 129 0 0.53 0.36 0.21 340.37 0.5 0.58
Hex C9 5E 81 0 35 24 15 154 32 3A
Octal 311 136 201 0 65 44 25 524 62 72
Binary 11001001 1011110 10000001 0 110101 100100 10101 101010100 110010 111010

Color Harmonies of #C95E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E81

Black with #C95E81

Text Example


Text Example

White with #C95E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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