Html Css Color HEX #C35C80 Royal Heath

📋 copy color: '#C35C80'

red 195 ◦ green 92 ◦ blue 128

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

Shades of Royal Heath #C35C80

Tints of Royal Heath #C35C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.17%

 BLUE value IS 128 (50.39% from 255) = 30.84%

R = 46.99%
G = 22.17%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C35C80 (or 0xC35C80) is known color: Royal Heath. HEX triplet: C3, 5C and 80. RGB value is (195,92,128). Sum of RGB (Red+Green+Blue) = 195+92+128=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35C80 is #3CA37F. Grayscale: #7E7E7E. Windows color (decimal): -3974016 or 8412355. OLE color: 8412355.

HSL color Cylindrical-coordinate representation of color #C35C80: hue angle of 339.03º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C35C80 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 92 128 -
CMYK 0 0.53 0.34 0.24
HSL 339.03º 0.46% 0.56% -
HSV(B) 339.03º 0.53% 0.76% -
XYZ 30.23 20.81 22.85 -
YUV 126.9 128.62 176.57 -
System Red Green Blue C M Y K H S L
Decimal 195 92 128 0 0.53 0.34 0.24 339.03 0.46 0.56
Hex C3 5C 80 0 35 22 18 153 2E 38
Octal 303 134 200 0 65 42 30 523 56 70
Binary 11000011 1011100 10000000 0 110101 100010 11000 101010011 101110 111000

Color Harmonies of #C35C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C80

Black with #C35C80

Text Example


Text Example

White with #C35C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C80; }

 p { color: rgb(195,92,128); }

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

background-color css

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

 a { background-color: rgb(195,92,128); }

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

border-color css

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

 span { border-color: rgb(195,92,128); }

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