Html Css Color HEX #C95C81 Cranberry

📋 copy color: '#C95C81'

red 201 ◦ green 92 ◦ blue 129

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

Shades of Cranberry #C95C81

Tints of Cranberry #C95C81

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.8%

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

R = 47.63%
G = 21.8%
B = 30.57%

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

#C95C81 (or 0xC95C81) is known color: Cranberry. HEX triplet: C9, 5C and 81. RGB value is (201,92,129). Sum of RGB (Red+Green+Blue) = 201+92+129=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95C81 is #36A37E. Grayscale: #808080. Windows color (decimal): -3580799 or 8477897. OLE color: 8477897.

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

Color convert

RGB 201 92 129 -
CMYK 0 0.54 0.36 0.21
HSL 339.63º 0.5% 0.57% -
HSV(B) 339.63º 0.54% 0.79% -
XYZ 31.88 21.66 23.27 -
YUV 128.81 128.11 179.49 -
System Red Green Blue C M Y K H S L
Decimal 201 92 129 0 0.54 0.36 0.21 339.63 0.5 0.57
Hex C9 5C 81 0 36 24 15 154 32 39
Octal 311 134 201 0 66 44 25 524 62 71
Binary 11001001 1011100 10000001 0 110110 100100 10101 101010100 110010 111001

Color Harmonies of #C95C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C81

Black with #C95C81

Text Example


Text Example

White with #C95C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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