Html Css Color HEX #C2356B Royal Heath

📋 copy color: '#C2356B'

red 194 ◦ green 53 ◦ blue 107

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

Shades of Royal Heath #C2356B

Tints of Royal Heath #C2356B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.97%

 BLUE value IS 107 (42.19% from 255) = 30.23%

R = 54.8%
G = 14.97%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2356B (or 0xC2356B) is known color: Royal Heath. HEX triplet: C2, 35 and 6B. RGB value is (194,53,107). Sum of RGB (Red+Green+Blue) = 194+53+107=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2356B is #3DCA94. Grayscale: #656565. Windows color (decimal): -4049557 or 7026114. OLE color: 7026114.

HSL color Cylindrical-coordinate representation of color #C2356B: hue angle of 337.02º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2356B is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 53 107 -
CMYK 0 0.73 0.45 0.24
HSL 337.02º 0.57% 0.48% -
HSV(B) 337.02º 0.73% 0.76% -
XYZ 26.18 15.08 15.44 -
YUV 101.32 131.21 194.11 -
System Red Green Blue C M Y K H S L
Decimal 194 53 107 0 0.73 0.45 0.24 337.02 0.57 0.48
Hex C2 35 6B 0 49 2D 18 151 39 30
Octal 302 65 153 0 111 55 30 521 71 60
Binary 11000010 110101 1101011 0 1001001 101101 11000 101010001 111001 110000

Color Harmonies of #C2356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2356B

Black with #C2356B

Text Example


Text Example

White with #C2356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2356B; }

 p { color: rgb(194,53,107); }

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

background-color css

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

 a { background-color: rgb(194,53,107); }

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

border-color css

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

 span { border-color: rgb(194,53,107); }

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