Html Css Color HEX #C3507E Royal Heath

📋 copy color: '#C3507E'

red 195 ◦ green 80 ◦ blue 126

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

Shades of Royal Heath #C3507E

Tints of Royal Heath #C3507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.42%

R = 48.63%
G = 19.95%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3507E (or 0xC3507E) is known color: Royal Heath. HEX triplet: C3, 50 and 7E. RGB value is (195,80,126). Sum of RGB (Red+Green+Blue) = 195+80+126=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3507E is #3CAF81. Grayscale: #777777. Windows color (decimal): -3977090 or 8278211. OLE color: 8278211.

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

Color convert

RGB 195 80 126 -
CMYK 0 0.59 0.35 0.24
HSL 336º 0.49% 0.54% -
HSV(B) 336º 0.59% 0.76% -
XYZ 29.14 18.85 21.84 -
YUV 119.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 195 80 126 0 0.59 0.35 0.24 336 0.49 0.54
Hex C3 50 7E 0 3B 23 18 150 31 36
Octal 303 120 176 0 73 43 30 520 61 66
Binary 11000011 1010000 1111110 0 111011 100011 11000 101010000 110001 110110

Color Harmonies of #C3507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3507E

Black with #C3507E

Text Example


Text Example

White with #C3507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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