Html Css Color HEX #C25678 Royal Heath

📋 copy color: '#C25678'

red 194 ◦ green 86 ◦ blue 120

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

Shades of Royal Heath #C25678

Tints of Royal Heath #C25678

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.5%

 BLUE value IS 120 (47.27% from 255) = 30%

R = 48.5%
G = 21.5%
B = 30%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C25678 (or 0xC25678) is known color: Royal Heath. HEX triplet: C2, 56 and 78. RGB value is (194,86,120). Sum of RGB (Red+Green+Blue) = 194+86+120=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C25678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25678 is #3DA987. Grayscale: #7A7A7A. Windows color (decimal): -4041096 or 7886530. OLE color: 7886530.

HSL color Cylindrical-coordinate representation of color #C25678: hue angle of 341.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25678 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 86 120 -
CMYK 0 0.56 0.38 0.24
HSL 341.11º 0.47% 0.55% -
HSV(B) 341.11º 0.56% 0.76% -
XYZ 28.97 19.48 20 -
YUV 122.17 126.78 179.24 -
System Red Green Blue C M Y K H S L
Decimal 194 86 120 0 0.56 0.38 0.24 341.11 0.47 0.55
Hex C2 56 78 0 38 26 18 155 2F 37
Octal 302 126 170 0 70 46 30 525 57 67
Binary 11000010 1010110 1111000 0 111000 100110 11000 101010101 101111 110111

Color Harmonies of #C25678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25678

Black with #C25678

Text Example


Text Example

White with #C25678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25678; }

 p { color: rgb(194,86,120); }

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

background-color css

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

 a { background-color: rgb(194,86,120); }

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

border-color css

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

 span { border-color: rgb(194,86,120); }

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