#C34C7B

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

Shades of Royal Heath #C34C7B

Tints of Royal Heath #C34C7B

Color information

#C34C7B (or 0xC34C7B) is unknown color: approx Royal Heath. HEX triplet: C3, 4C and 7B. RGB value is (195,76,123). Sum of RGB (Red+Green+Blue) = 195+76+123=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34C7B is #3CB384. Grayscale: #747474. Windows color (decimal): -3978117 or 8080579. OLE color: 8080579.

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

Color convert

RGB19576123-
CMYK00.610.370.24
HSL336.3º49.79%53.14%-
HSV(B)336.3º61.03%76.47%-
XYZ28.6718.220.74-
YUV116.94131.42183.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.49%
GREEN value IS 76 (30.08% from 255) = 19.29%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=49.49%
G=19.29%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957612300.610.370.24336.349.7953.14
HexC34C7B03D25181503235
Octal30311417307545305206265
Binary1100001110011001111011011110110010111000101010000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34C7B; }

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

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

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

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

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

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

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

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