#C34B7B

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

Shades of Royal Heath #C34B7B

Tints of Royal Heath #C34B7B

Color information

#C34B7B (or 0xC34B7B) is unknown color: approx Royal Heath. HEX triplet: C3, 4B and 7B. RGB value is (195,75,123). Sum of RGB (Red+Green+Blue) = 195+75+123=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34B7B is #3CB484. Grayscale: #747474. Windows color (decimal): -3978373 or 8080323. OLE color: 8080323.

HSL color Cylindrical-coordinate representation of color #C34B7B: hue angle of 336º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34B7B is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB19575123-
CMYK00.620.370.24
HSL336º50%52.94%-
HSV(B)336º61.54%76.47%-
XYZ28.618.0620.72-
YUV116.35131.76184.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.62%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=49.62%
G=19.08%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957512300.620.370.243365052.94
HexC34B7B03E25181503235
Octal30311317307645305206265
Binary1100001110010111111011011111010010111000101010000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34B7B; }

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

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

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

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

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

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

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

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