Html Css Color HEX #C95C7E Cranberry

📋 copy color: '#C95C7E'

red 201 ◦ green 92 ◦ blue 126

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

Shades of Cranberry #C95C7E

Tints of Cranberry #C95C7E

RGB

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

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

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

R = 47.97%
G = 21.96%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C95C7E (or 0xC95C7E) is known color: Cranberry. HEX triplet: C9, 5C and 7E. RGB value is (201,92,126). Sum of RGB (Red+Green+Blue) = 201+92+126=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C7E is #36A381. Grayscale: #808080. Windows color (decimal): -3580802 or 8281289. OLE color: 8281289.

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

Color convert

RGB 201 92 126 -
CMYK 0 0.54 0.37 0.21
HSL 341.28º 0.5% 0.57% -
HSV(B) 341.28º 0.54% 0.79% -
XYZ 31.68 21.58 22.23 -
YUV 128.47 126.61 179.74 -
System Red Green Blue C M Y K H S L
Decimal 201 92 126 0 0.54 0.37 0.21 341.28 0.5 0.57
Hex C9 5C 7E 0 36 25 15 155 32 39
Octal 311 134 176 0 66 45 25 525 62 71
Binary 11001001 1011100 1111110 0 110110 100101 10101 101010101 110010 111001

Color Harmonies of #C95C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C7E

Black with #C95C7E

Text Example


Text Example

White with #C95C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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