Html Css Color HEX #C34F75 Royal Heath

📋 copy color: '#C34F75'

red 195 ◦ green 79 ◦ blue 117

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

Shades of Royal Heath #C34F75

Tints of Royal Heath #C34F75

RGB

 RED value IS 195 (76.56% from 255) = 49.87%

 GREEN value IS 79 (31.25% from 255) = 20.2%

 BLUE value IS 117 (46.09% from 255) = 29.92%

R = 49.87%
G = 20.2%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C34F75 (or 0xC34F75) is known color: Royal Heath. HEX triplet: C3, 4F and 75. RGB value is (195,79,117). Sum of RGB (Red+Green+Blue) = 195+79+117=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34F75 is #3CB08A. Grayscale: #757575. Windows color (decimal): -3977355 or 7688131. OLE color: 7688131.

HSL color Cylindrical-coordinate representation of color #C34F75: hue angle of 340.34º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C34F75 is Cyan = 0, Magento = 0.59, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 79 117 -
CMYK 0 0.59 0.4 0.24
HSL 340.34º 0.49% 0.54% -
HSV(B) 340.34º 0.59% 0.76% -
XYZ 28.51 18.48 18.89 -
YUV 118.02 127.43 182.91 -
System Red Green Blue C M Y K H S L
Decimal 195 79 117 0 0.59 0.4 0.24 340.34 0.49 0.54
Hex C3 4F 75 0 3B 28 18 154 31 36
Octal 303 117 165 0 73 50 30 524 61 66
Binary 11000011 1001111 1110101 0 111011 101000 11000 101010100 110001 110110

Color Harmonies of #C34F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F75

Black with #C34F75

Text Example


Text Example

White with #C34F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F75; }

 p { color: rgb(195,79,117); }

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

background-color css

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

 a { background-color: rgb(195,79,117); }

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

border-color css

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

 span { border-color: rgb(195,79,117); }

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