Html Css Color HEX #C23C75 Royal Heath

📋 copy color: '#C23C75'

red 194 ◦ green 60 ◦ blue 117

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

Shades of Royal Heath #C23C75

Tints of Royal Heath #C23C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 52.29%
G = 16.17%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C23C75 (or 0xC23C75) is known color: Royal Heath. HEX triplet: C2, 3C and 75. RGB value is (194,60,117). Sum of RGB (Red+Green+Blue) = 194+60+117=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C75 is #3DC38A. Grayscale: #6A6A6A. Windows color (decimal): -4047755 or 7683266. OLE color: 7683266.

HSL color Cylindrical-coordinate representation of color #C23C75: hue angle of 334.48º 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 #C23C75 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 60 117 -
CMYK 0 0.69 0.40 0.24
HSL 334.48º 0.53% 0.5% -
HSV(B) 334.48º 0.69% 0.76% -
XYZ 27.07 15.99 18.49 -
YUV 106.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 194 60 117 0 0.69 0.40 0.24 334.48 0.53 0.5
Hex C2 3C 75 0 45 28 18 14E 35 32
Octal 302 74 165 0 105 50 30 516 65 62
Binary 11000010 111100 1110101 0 1000101 101000 11000 101001110 110101 110010

Color Harmonies of #C23C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C75

Black with #C23C75

Text Example


Text Example

White with #C23C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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