Html Css Color HEX #C35077 Royal Heath

📋 copy color: '#C35077'

red 195 ◦ green 80 ◦ blue 119

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

Shades of Royal Heath #C35077

Tints of Royal Heath #C35077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.2%

R = 49.49%
G = 20.3%
B = 30.2%

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

#C35077 (or 0xC35077) is known color: Royal Heath. HEX triplet: C3, 50 and 77. RGB value is (195,80,119). Sum of RGB (Red+Green+Blue) = 195+80+119=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C35077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35077 is #3CAF88. Grayscale: #767676. Windows color (decimal): -3977097 or 7819459. OLE color: 7819459.

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

Color convert

RGB 195 80 119 -
CMYK 0 0.59 0.39 0.24
HSL 339.65º 0.49% 0.54% -
HSV(B) 339.65º 0.59% 0.76% -
XYZ 28.7 18.67 19.54 -
YUV 118.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 195 80 119 0 0.59 0.39 0.24 339.65 0.49 0.54
Hex C3 50 77 0 3B 27 18 154 31 36
Octal 303 120 167 0 73 47 30 524 61 66
Binary 11000011 1010000 1110111 0 111011 100111 11000 101010100 110001 110110

Color Harmonies of #C35077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35077

Black with #C35077

Text Example


Text Example

White with #C35077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35077; }

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

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

background-color css

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

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

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

border-color css

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

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

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