Html Css Color HEX #C35076 Royal Heath

📋 copy color: '#C35076'

red 195 ◦ green 80 ◦ blue 118

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

Shades of Royal Heath #C35076

Tints of Royal Heath #C35076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.36%

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 49.62%
G = 20.36%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C35076 (or 0xC35076) is known color: Royal Heath. HEX triplet: C3, 50 and 76. RGB value is (195,80,118). Sum of RGB (Red+Green+Blue) = 195+80+118=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C35076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35076 is #3CAF89. Grayscale: #767676. Windows color (decimal): -3977098 or 7753923. OLE color: 7753923.

HSL color Cylindrical-coordinate representation of color #C35076: hue angle of 340.17º 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 #C35076 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 80 118 -
CMYK 0 0.59 0.39 0.24
HSL 340.17º 0.49% 0.54% -
HSV(B) 340.17º 0.59% 0.76% -
XYZ 28.64 18.65 19.23 -
YUV 118.72 127.6 182.41 -
System Red Green Blue C M Y K H S L
Decimal 195 80 118 0 0.59 0.39 0.24 340.17 0.49 0.54
Hex C3 50 76 0 3B 27 18 154 31 36
Octal 303 120 166 0 73 47 30 524 61 66
Binary 11000011 1010000 1110110 0 111011 100111 11000 101010100 110001 110110

Color Harmonies of #C35076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35076

Black with #C35076

Text Example


Text Example

White with #C35076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35076; }

 p { color: rgb(195,80,118); }

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

background-color css

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

 a { background-color: rgb(195,80,118); }

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

border-color css

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

 span { border-color: rgb(195,80,118); }

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