Html Css Color HEX #C23C4D Old Rose

📋 copy color: '#C23C4D'

red 194 ◦ green 60 ◦ blue 77

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

Shades of Old Rose #C23C4D

Tints of Old Rose #C23C4D

RGB

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

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

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

R = 58.61%
G = 18.13%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C23C4D (or 0xC23C4D) is known color: Old Rose. HEX triplet: C2, 3C and 4D. RGB value is (194,60,77). Sum of RGB (Red+Green+Blue) = 194+60+77=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C4D is #3DC3B2. Grayscale: #666666. Windows color (decimal): -4047795 or 5061826. OLE color: 5061826.

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

Color convert

RGB 194 60 77 -
CMYK 0 0.69 0.60 0.24
HSL 352.39º 0.53% 0.5% -
HSV(B) 352.39º 0.69% 0.76% -
XYZ 25.2 15.24 8.63 -
YUV 102 113.89 193.62 -
System Red Green Blue C M Y K H S L
Decimal 194 60 77 0 0.69 0.60 0.24 352.39 0.53 0.5
Hex C2 3C 4D 0 45 3C 18 160 35 32
Octal 302 74 115 0 105 74 30 540 65 62
Binary 11000010 111100 1001101 0 1000101 111100 11000 101100000 110101 110010

Color Harmonies of #C23C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C4D

Black with #C23C4D

Text Example


Text Example

White with #C23C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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