Html Css Color HEX #C34075 Royal Heath

📋 copy color: '#C34075'

red 195 ◦ green 64 ◦ blue 117

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

Shades of Royal Heath #C34075

Tints of Royal Heath #C34075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.02%

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

R = 51.86%
G = 17.02%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C34075 (or 0xC34075) is known color: Royal Heath. HEX triplet: C3, 40 and 75. RGB value is (195,64,117). Sum of RGB (Red+Green+Blue) = 195+64+117=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C34075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34075 is #3CBF8A. Grayscale: #6D6D6D. Windows color (decimal): -3981195 or 7684291. OLE color: 7684291.

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

Color convert

RGB 195 64 117 -
CMYK 0 0.67 0.4 0.24
HSL 335.73º 0.52% 0.51% -
HSV(B) 335.73º 0.67% 0.76% -
XYZ 27.55 16.55 18.57 -
YUV 109.21 132.4 189.19 -
System Red Green Blue C M Y K H S L
Decimal 195 64 117 0 0.67 0.4 0.24 335.73 0.52 0.51
Hex C3 40 75 0 43 28 18 150 34 33
Octal 303 100 165 0 103 50 30 520 64 63
Binary 11000011 1000000 1110101 0 1000011 101000 11000 101010000 110100 110011

Color Harmonies of #C34075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34075

Black with #C34075

Text Example


Text Example

White with #C34075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34075; }

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

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

background-color css

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

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

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

border-color css

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

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

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