Html Css Color HEX #C94C79 Cranberry

📋 copy color: '#C94C79'

red 201 ◦ green 76 ◦ blue 121

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

Shades of Cranberry #C94C79

Tints of Cranberry #C94C79

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.1%

 BLUE value IS 121 (47.66% from 255) = 30.4%

R = 50.5%
G = 19.1%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C94C79 (or 0xC94C79) is known color: Cranberry. HEX triplet: C9, 4C and 79. RGB value is (201,76,121). Sum of RGB (Red+Green+Blue) = 201+76+121=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94C79 is #36B386. Grayscale: #767676. Windows color (decimal): -3584903 or 7949513. OLE color: 7949513.

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

Color convert

RGB 201 76 121 -
CMYK 0 0.62 0.40 0.21
HSL 338.4º 0.54% 0.54% -
HSV(B) 338.4º 0.62% 0.79% -
XYZ 30.12 18.97 20.16 -
YUV 118.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 201 76 121 0 0.62 0.40 0.21 338.4 0.54 0.54
Hex C9 4C 79 0 3E 28 15 152 36 36
Octal 311 114 171 0 76 50 25 522 66 66
Binary 11001001 1001100 1111001 0 111110 101000 10101 101010010 110110 110110

Color Harmonies of #C94C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C79

Black with #C94C79

Text Example


Text Example

White with #C94C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C79; }

 p { color: rgb(201,76,121); }

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

background-color css

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

 a { background-color: rgb(201,76,121); }

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

border-color css

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

 span { border-color: rgb(201,76,121); }

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