Html Css Color HEX #C35C7F Royal Heath

📋 copy color: '#C35C7F'

red 195 ◦ green 92 ◦ blue 127

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

Shades of Royal Heath #C35C7F

Tints of Royal Heath #C35C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.68%

R = 47.1%
G = 22.22%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C35C7F (or 0xC35C7F) is known color: Royal Heath. HEX triplet: C3, 5C and 7F. RGB value is (195,92,127). Sum of RGB (Red+Green+Blue) = 195+92+127=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C7F is #3CA380. Grayscale: #7E7E7E. Windows color (decimal): -3974017 or 8346819. OLE color: 8346819.

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

Color convert

RGB 195 92 127 -
CMYK 0 0.53 0.35 0.24
HSL 339.61º 0.46% 0.56% -
HSV(B) 339.61º 0.53% 0.76% -
XYZ 30.16 20.79 22.5 -
YUV 126.79 128.12 176.65 -
System Red Green Blue C M Y K H S L
Decimal 195 92 127 0 0.53 0.35 0.24 339.61 0.46 0.56
Hex C3 5C 7F 0 35 23 18 154 2E 38
Octal 303 134 177 0 65 43 30 524 56 70
Binary 11000011 1011100 1111111 0 110101 100011 11000 101010100 101110 111000

Color Harmonies of #C35C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C7F

Black with #C35C7F

Text Example


Text Example

White with #C35C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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