Html Css Color HEX #C23F6C Royal Heath

📋 copy color: '#C23F6C'

red 194 ◦ green 63 ◦ blue 108

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

Shades of Royal Heath #C23F6C

Tints of Royal Heath #C23F6C

RGB

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

 GREEN value IS 63 (25% from 255) = 17.26%

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

R = 53.15%
G = 17.26%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C23F6C (or 0xC23F6C) is known color: Royal Heath. HEX triplet: C2, 3F and 6C. RGB value is (194,63,108). Sum of RGB (Red+Green+Blue) = 194+63+108=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F6C is #3DC093. Grayscale: #6B6B6B. Windows color (decimal): -4046996 or 7094210. OLE color: 7094210.

HSL color Cylindrical-coordinate representation of color #C23F6C: hue angle of 339.39º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23F6C is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 63 108 -
CMYK 0 0.68 0.44 0.24
HSL 339.39º 0.52% 0.5% -
HSV(B) 339.39º 0.68% 0.76% -
XYZ 26.73 16.11 15.89 -
YUV 107.3 128.4 189.84 -
System Red Green Blue C M Y K H S L
Decimal 194 63 108 0 0.68 0.44 0.24 339.39 0.52 0.5
Hex C2 3F 6C 0 44 2C 18 153 34 32
Octal 302 77 154 0 104 54 30 523 64 62
Binary 11000010 111111 1101100 0 1000100 101100 11000 101010011 110100 110010

Color Harmonies of #C23F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F6C

Black with #C23F6C

Text Example


Text Example

White with #C23F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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