Html Css Color HEX #C23E4D Old Rose

📋 copy color: '#C23E4D'

red 194 ◦ green 62 ◦ blue 77

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

Shades of Old Rose #C23E4D

Tints of Old Rose #C23E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.12%

R = 58.26%
G = 18.62%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C23E4D (or 0xC23E4D) is known color: Old Rose. HEX triplet: C2, 3E and 4D. RGB value is (194,62,77). Sum of RGB (Red+Green+Blue) = 194+62+77=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23E4D is #3DC1B2. Grayscale: #676767. Windows color (decimal): -4047283 or 5062338. OLE color: 5062338.

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

Color convert

RGB 194 62 77 -
CMYK 0 0.68 0.60 0.24
HSL 353.18º 0.52% 0.5% -
HSV(B) 353.18º 0.68% 0.76% -
XYZ 25.31 15.45 8.67 -
YUV 103.18 113.23 192.78 -
System Red Green Blue C M Y K H S L
Decimal 194 62 77 0 0.68 0.60 0.24 353.18 0.52 0.5
Hex C2 3E 4D 0 44 3C 18 161 34 32
Octal 302 76 115 0 104 74 30 541 64 62
Binary 11000010 111110 1001101 0 1000100 111100 11000 101100001 110100 110010

Color Harmonies of #C23E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E4D

Black with #C23E4D

Text Example


Text Example

White with #C23E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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