Html Css Color HEX #C3507A Royal Heath

📋 copy color: '#C3507A'

red 195 ◦ green 80 ◦ blue 122

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

Shades of Royal Heath #C3507A

Tints of Royal Heath #C3507A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 49.12%
G = 20.15%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3507A (or 0xC3507A) is known color: Royal Heath. HEX triplet: C3, 50 and 7A. RGB value is (195,80,122). Sum of RGB (Red+Green+Blue) = 195+80+122=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C3507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3507A is #3CAF85. Grayscale: #777777. Windows color (decimal): -3977094 or 8016067. OLE color: 8016067.

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

Color convert

RGB 195 80 122 -
CMYK 0 0.59 0.37 0.24
HSL 338.09º 0.49% 0.54% -
HSV(B) 338.09º 0.59% 0.76% -
XYZ 28.89 18.74 20.51 -
YUV 119.17 129.6 182.08 -
System Red Green Blue C M Y K H S L
Decimal 195 80 122 0 0.59 0.37 0.24 338.09 0.49 0.54
Hex C3 50 7A 0 3B 25 18 152 31 36
Octal 303 120 172 0 73 45 30 522 61 66
Binary 11000011 1010000 1111010 0 111011 100101 11000 101010010 110001 110110

Color Harmonies of #C3507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3507A

Black with #C3507A

Text Example


Text Example

White with #C3507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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