Html Css Color HEX #C23A6C Royal Heath

📋 copy color: '#C23A6C'

red 194 ◦ green 58 ◦ blue 108

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

Shades of Royal Heath #C23A6C

Tints of Royal Heath #C23A6C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.11%

 BLUE value IS 108 (42.58% from 255) = 30%

R = 53.89%
G = 16.11%
B = 30%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C23A6C (or 0xC23A6C) is known color: Royal Heath. HEX triplet: C2, 3A and 6C. RGB value is (194,58,108). Sum of RGB (Red+Green+Blue) = 194+58+108=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A6C is #3DC593. Grayscale: #686868. Windows color (decimal): -4048276 or 7092930. OLE color: 7092930.

HSL color Cylindrical-coordinate representation of color #C23A6C: hue angle of 337.94º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A6C is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 58 108 -
CMYK 0 0.70 0.44 0.24
HSL 337.94º 0.54% 0.49% -
HSV(B) 337.94º 0.7% 0.76% -
XYZ 26.47 15.58 15.8 -
YUV 104.36 130.06 191.93 -
System Red Green Blue C M Y K H S L
Decimal 194 58 108 0 0.70 0.44 0.24 337.94 0.54 0.49
Hex C2 3A 6C 0 46 2C 18 152 36 31
Octal 302 72 154 0 106 54 30 522 66 61
Binary 11000010 111010 1101100 0 1000110 101100 11000 101010010 110110 110001

Color Harmonies of #C23A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23A6C

Black with #C23A6C

Text Example


Text Example

White with #C23A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23A6C; }

 p { color: rgb(194,58,108); }

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

background-color css

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

 a { background-color: rgb(194,58,108); }

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

border-color css

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

 span { border-color: rgb(194,58,108); }

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