Html Css Color HEX #C3507B Royal Heath

📋 copy color: '#C3507B'

red 195 ◦ green 80 ◦ blue 123

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

Shades of Royal Heath #C3507B

Tints of Royal Heath #C3507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.9%

R = 48.99%
G = 20.1%
B = 30.9%

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

#C3507B (or 0xC3507B) is known color: Royal Heath. HEX triplet: C3, 50 and 7B. RGB value is (195,80,123). Sum of RGB (Red+Green+Blue) = 195+80+123=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C3507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3507B is #3CAF84. Grayscale: #777777. Windows color (decimal): -3977093 or 8081603. OLE color: 8081603.

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

Color convert

RGB 195 80 123 -
CMYK 0 0.59 0.37 0.24
HSL 337.57º 0.49% 0.54% -
HSV(B) 337.57º 0.59% 0.76% -
XYZ 28.95 18.77 20.84 -
YUV 119.29 130.1 182 -
System Red Green Blue C M Y K H S L
Decimal 195 80 123 0 0.59 0.37 0.24 337.57 0.49 0.54
Hex C3 50 7B 0 3B 25 18 152 31 36
Octal 303 120 173 0 73 45 30 522 61 66
Binary 11000011 1010000 1111011 0 111011 100101 11000 101010010 110001 110110

Color Harmonies of #C3507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3507B

Black with #C3507B

Text Example


Text Example

White with #C3507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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