Html Css Color HEX #C35079 Royal Heath

📋 copy color: '#C35079'

red 195 ◦ green 80 ◦ blue 121

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

Shades of Royal Heath #C35079

Tints of Royal Heath #C35079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.56%

R = 49.24%
G = 20.2%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C35079 (or 0xC35079) is known color: Royal Heath. HEX triplet: C3, 50 and 79. RGB value is (195,80,121). Sum of RGB (Red+Green+Blue) = 195+80+121=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C35079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35079 is #3CAF86. Grayscale: #777777. Windows color (decimal): -3977095 or 7950531. OLE color: 7950531.

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

Color convert

RGB 195 80 121 -
CMYK 0 0.59 0.38 0.24
HSL 338.61º 0.49% 0.54% -
HSV(B) 338.61º 0.59% 0.76% -
XYZ 28.83 18.72 20.18 -
YUV 119.06 129.1 182.17 -
System Red Green Blue C M Y K H S L
Decimal 195 80 121 0 0.59 0.38 0.24 338.61 0.49 0.54
Hex C3 50 79 0 3B 26 18 153 31 36
Octal 303 120 171 0 73 46 30 523 61 66
Binary 11000011 1010000 1111001 0 111011 100110 11000 101010011 110001 110110

Color Harmonies of #C35079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35079

Black with #C35079

Text Example


Text Example

White with #C35079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35079; }

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

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

background-color css

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

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

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

border-color css

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

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

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