#C94B7B

Color #C94B7B Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #C94B7B

Tints of Cranberry #C94B7B

Color information

#C94B7B (or 0xC94B7B) is unknown color: approx Cranberry. HEX triplet: C9, 4B and 7B. RGB value is (201,75,123). Sum of RGB (Red+Green+Blue) = 201+75+123=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94B7B is #36B484. Grayscale: #767676. Windows color (decimal): -3585157 or 8080329. OLE color: 8080329.

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

Color convert

RGB20175123-
CMYK00.630.390.21
HSL337.14º53.85%54.12%-
HSV(B)337.14º62.69%78.82%-
XYZ30.1818.8820.79-
YUV118.15130.74187.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.38%
GREEN value IS 75 (29.69% from 255) = 18.80%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=50.38%
G=18.80%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017512300.630.390.21337.1453.8554.12
HexC94B7B03F27151513636
Octal31111317307747255216666
Binary1100100110010111111011011111110011110101101010001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94B7B; }

 p { color: rgb(201,75,123); }

 H1.HeaderClassName
 {
   color: #C94B7B;
 }
 .AnyTagClassName
 {
   color: #C94B7B;
 }
</style>
background-color css

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

 a { background-color: rgb(201,75,123); }

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

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

 span { border-color: rgb(201,75,123); }

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