Html Css Color HEX #C23E4A Old Rose

📋 copy color: '#C23E4A'

red 194 ◦ green 62 ◦ blue 74

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

Shades of Old Rose #C23E4A

Tints of Old Rose #C23E4A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.79%

 BLUE value IS 74 (29.3% from 255) = 22.42%

R = 58.79%
G = 18.79%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C23E4A (or 0xC23E4A) is known color: Old Rose. HEX triplet: C2, 3E and 4A. RGB value is (194,62,74). Sum of RGB (Red+Green+Blue) = 194+62+74=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23E4A is #3DC1B5. Grayscale: #666666. Windows color (decimal): -4047286 or 4865730. OLE color: 4865730.

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

Color convert

RGB 194 62 74 -
CMYK 0 0.68 0.62 0.24
HSL 354.55º 0.52% 0.5% -
HSV(B) 354.55º 0.68% 0.76% -
XYZ 25.21 15.41 8.12 -
YUV 102.84 111.73 193.02 -
System Red Green Blue C M Y K H S L
Decimal 194 62 74 0 0.68 0.62 0.24 354.55 0.52 0.5
Hex C2 3E 4A 0 44 3E 18 163 34 32
Octal 302 76 112 0 104 76 30 543 64 62
Binary 11000010 111110 1001010 0 1000100 111110 11000 101100011 110100 110010

Color Harmonies of #C23E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E4A

Black with #C23E4A

Text Example


Text Example

White with #C23E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E4A; }

 p { color: rgb(194,62,74); }

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

background-color css

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

 a { background-color: rgb(194,62,74); }

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

border-color css

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

 span { border-color: rgb(194,62,74); }

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