Html Css Color HEX #C95881 Cranberry

📋 copy color: '#C95881'

red 201 ◦ green 88 ◦ blue 129

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

Shades of Cranberry #C95881

Tints of Cranberry #C95881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.05%

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

R = 48.09%
G = 21.05%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C95881 (or 0xC95881) is known color: Cranberry. HEX triplet: C9, 58 and 81. RGB value is (201,88,129). Sum of RGB (Red+Green+Blue) = 201+88+129=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C95881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95881 is #36A77E. Grayscale: #7E7E7E. Windows color (decimal): -3581823 or 8476873. OLE color: 8476873.

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

Color convert

RGB 201 88 129 -
CMYK 0 0.56 0.36 0.21
HSL 338.23º 0.51% 0.57% -
HSV(B) 338.23º 0.56% 0.79% -
XYZ 31.54 20.98 23.16 -
YUV 126.46 129.44 181.17 -
System Red Green Blue C M Y K H S L
Decimal 201 88 129 0 0.56 0.36 0.21 338.23 0.51 0.57
Hex C9 58 81 0 38 24 15 152 33 39
Octal 311 130 201 0 70 44 25 522 63 71
Binary 11001001 1011000 10000001 0 111000 100100 10101 101010010 110011 111001

Color Harmonies of #C95881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95881

Black with #C95881

Text Example


Text Example

White with #C95881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95881; }

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

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

background-color css

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

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

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

border-color css

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

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

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