Html Css Color HEX #C2567B Royal Heath

📋 copy color: '#C2567B'

red 194 ◦ green 86 ◦ blue 123

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

Shades of Royal Heath #C2567B

Tints of Royal Heath #C2567B

RGB

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

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

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

R = 48.14%
G = 21.34%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2567B (or 0xC2567B) is known color: Royal Heath. HEX triplet: C2, 56 and 7B. RGB value is (194,86,123). Sum of RGB (Red+Green+Blue) = 194+86+123=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2567B is #3DA984. Grayscale: #7A7A7A. Windows color (decimal): -4041093 or 8083138. OLE color: 8083138.

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

Color convert

RGB 194 86 123 -
CMYK 0 0.56 0.37 0.24
HSL 339.44º 0.47% 0.55% -
HSV(B) 339.44º 0.56% 0.76% -
XYZ 29.15 19.55 20.98 -
YUV 122.51 128.28 178.99 -
System Red Green Blue C M Y K H S L
Decimal 194 86 123 0 0.56 0.37 0.24 339.44 0.47 0.55
Hex C2 56 7B 0 38 25 18 153 2F 37
Octal 302 126 173 0 70 45 30 523 57 67
Binary 11000010 1010110 1111011 0 111000 100101 11000 101010011 101111 110111

Color Harmonies of #C2567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2567B

Black with #C2567B

Text Example


Text Example

White with #C2567B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2567B; }

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

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

background-color css

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

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

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

border-color css

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

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

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