Html Css Color HEX #C25B7F Royal Heath

📋 copy color: '#C25B7F'

red 194 ◦ green 91 ◦ blue 127

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

Shades of Royal Heath #C25B7F

Tints of Royal Heath #C25B7F

RGB

 RED value IS 194 (76.17% from 255) = 47.09%

 GREEN value IS 91 (35.94% from 255) = 22.09%

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

R = 47.09%
G = 22.09%
B = 30.83%

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

#C25B7F (or 0xC25B7F) is known color: Royal Heath. HEX triplet: C2, 5B and 7F. RGB value is (194,91,127). Sum of RGB (Red+Green+Blue) = 194+91+127=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B7F is #3DA480. Grayscale: #7D7D7D. Windows color (decimal): -4039809 or 8346562. OLE color: 8346562.

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

Color convert

RGB 194 91 127 -
CMYK 0 0.53 0.35 0.24
HSL 339.03º 0.46% 0.56% -
HSV(B) 339.03º 0.53% 0.76% -
XYZ 29.82 20.48 22.46 -
YUV 125.9 128.62 176.57 -
System Red Green Blue C M Y K H S L
Decimal 194 91 127 0 0.53 0.35 0.24 339.03 0.46 0.56
Hex C2 5B 7F 0 35 23 18 153 2E 38
Octal 302 133 177 0 65 43 30 523 56 70
Binary 11000010 1011011 1111111 0 110101 100011 11000 101010011 101110 111000

Color Harmonies of #C25B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25B7F

Black with #C25B7F

Text Example


Text Example

White with #C25B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25B7F; }

 p { color: rgb(194,91,127); }

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

background-color css

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

 a { background-color: rgb(194,91,127); }

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

border-color css

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

 span { border-color: rgb(194,91,127); }

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