Html Css Color HEX #C95A7E Cranberry

📋 copy color: '#C95A7E'

red 201 ◦ green 90 ◦ blue 126

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

Shades of Cranberry #C95A7E

Tints of Cranberry #C95A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.22%

R = 48.2%
G = 21.58%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C95A7E (or 0xC95A7E) is known color: Cranberry. HEX triplet: C9, 5A and 7E. RGB value is (201,90,126). Sum of RGB (Red+Green+Blue) = 201+90+126=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A7E is #36A581. Grayscale: #7F7F7F. Windows color (decimal): -3581314 or 8280777. OLE color: 8280777.

HSL color Cylindrical-coordinate representation of color #C95A7E: hue angle of 340.54º 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 #C95A7E is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 90 126 -
CMYK 0 0.55 0.37 0.21
HSL 340.54º 0.51% 0.57% -
HSV(B) 340.54º 0.55% 0.79% -
XYZ 31.51 21.24 22.18 -
YUV 127.29 127.27 180.57 -
System Red Green Blue C M Y K H S L
Decimal 201 90 126 0 0.55 0.37 0.21 340.54 0.51 0.57
Hex C9 5A 7E 0 37 25 15 155 33 39
Octal 311 132 176 0 67 45 25 525 63 71
Binary 11001001 1011010 1111110 0 110111 100101 10101 101010101 110011 111001

Color Harmonies of #C95A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A7E

Black with #C95A7E

Text Example


Text Example

White with #C95A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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