Html Css Color HEX #C23C69 Royal Heath

📋 copy color: '#C23C69'

red 194 ◦ green 60 ◦ blue 105

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

Shades of Royal Heath #C23C69

Tints of Royal Heath #C23C69

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.71%

 BLUE value IS 105 (41.41% from 255) = 29.25%

R = 54.04%
G = 16.71%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C23C69 (or 0xC23C69) is known color: Royal Heath. HEX triplet: C2, 3C and 69. RGB value is (194,60,105). Sum of RGB (Red+Green+Blue) = 194+60+105=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C69 is #3DC396. Grayscale: #696969. Windows color (decimal): -4047767 or 6896834. OLE color: 6896834.

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

Color convert

RGB 194 60 105 -
CMYK 0 0.69 0.46 0.24
HSL 339.85º 0.53% 0.5% -
HSV(B) 339.85º 0.69% 0.76% -
XYZ 26.41 15.72 15.01 -
YUV 105.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 194 60 105 0 0.69 0.46 0.24 339.85 0.53 0.5
Hex C2 3C 69 0 45 2E 18 154 35 32
Octal 302 74 151 0 105 56 30 524 65 62
Binary 11000010 111100 1101001 0 1000101 101110 11000 101010100 110101 110010

Color Harmonies of #C23C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C69

Black with #C23C69

Text Example


Text Example

White with #C23C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C69; }

 p { color: rgb(194,60,105); }

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

background-color css

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

 a { background-color: rgb(194,60,105); }

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

border-color css

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

 span { border-color: rgb(194,60,105); }

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