Html Css Color HEX #C23969 Royal Heath

📋 copy color: '#C23969'

red 194 ◦ green 57 ◦ blue 105

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

Shades of Royal Heath #C23969

Tints of Royal Heath #C23969

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.01%

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

R = 54.49%
G = 16.01%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C23969 (or 0xC23969) is known color: Royal Heath. HEX triplet: C2, 39 and 69. RGB value is (194,57,105). Sum of RGB (Red+Green+Blue) = 194+57+105=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C23969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23969 is #3DC696. Grayscale: #676767. Windows color (decimal): -4048535 or 6896066. OLE color: 6896066.

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

Color convert

RGB 194 57 105 -
CMYK 0 0.71 0.46 0.24
HSL 338.98º 0.55% 0.49% -
HSV(B) 338.98º 0.71% 0.76% -
XYZ 26.26 15.42 14.96 -
YUV 103.44 128.89 192.6 -
System Red Green Blue C M Y K H S L
Decimal 194 57 105 0 0.71 0.46 0.24 338.98 0.55 0.49
Hex C2 39 69 0 47 2E 18 153 37 31
Octal 302 71 151 0 107 56 30 523 67 61
Binary 11000010 111001 1101001 0 1000111 101110 11000 101010011 110111 110001

Color Harmonies of #C23969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23969

Black with #C23969

Text Example


Text Example

White with #C23969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23969; }

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

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

background-color css

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

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

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

border-color css

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

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

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