Html Css Color HEX #C23047 Old Rose

📋 copy color: '#C23047'

red 194 ◦ green 48 ◦ blue 71

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

Shades of Old Rose #C23047

Tints of Old Rose #C23047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.34%

 BLUE value IS 71 (28.13% from 255) = 22.68%

R = 61.98%
G = 15.34%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C23047 (or 0xC23047) is known color: Old Rose. HEX triplet: C2, 30 and 47. RGB value is (194,48,71). Sum of RGB (Red+Green+Blue) = 194+48+71=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C23047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23047 is #3DCFB8. Grayscale: #5E5E5E. Windows color (decimal): -4050873 or 4665538. OLE color: 4665538.

HSL color Cylindrical-coordinate representation of color #C23047: hue angle of 350.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23047 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 48 71 -
CMYK 0 0.75 0.63 0.24
HSL 350.55º 0.6% 0.47% -
HSV(B) 350.55º 0.75% 0.76% -
XYZ 24.44 14.04 7.38 -
YUV 94.28 114.87 199.13 -
System Red Green Blue C M Y K H S L
Decimal 194 48 71 0 0.75 0.63 0.24 350.55 0.6 0.47
Hex C2 30 47 0 4B 3F 18 15F 3C 2F
Octal 302 60 107 0 113 77 30 537 74 57
Binary 11000010 110000 1000111 0 1001011 111111 11000 101011111 111100 101111

Color Harmonies of #C23047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23047

Black with #C23047

Text Example


Text Example

White with #C23047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23047; }

 p { color: rgb(194,48,71); }

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

background-color css

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

 a { background-color: rgb(194,48,71); }

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

border-color css

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

 span { border-color: rgb(194,48,71); }

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