Html Css Color HEX #C23851 Old Rose

📋 copy color: '#C23851'

red 194 ◦ green 56 ◦ blue 81

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

Shades of Old Rose #C23851

Tints of Old Rose #C23851

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.92%

 BLUE value IS 81 (32.03% from 255) = 24.47%

R = 58.61%
G = 16.92%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C23851 (or 0xC23851) is known color: Old Rose. HEX triplet: C2, 38 and 51. RGB value is (194,56,81). Sum of RGB (Red+Green+Blue) = 194+56+81=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C23851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23851 is #3DC7AE. Grayscale: #646464. Windows color (decimal): -4048815 or 5322946. OLE color: 5322946.

HSL color Cylindrical-coordinate representation of color #C23851: hue angle of 349.13º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23851 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 56 81 -
CMYK 0 0.71 0.58 0.24
HSL 349.13º 0.55% 0.49% -
HSV(B) 349.13º 0.71% 0.76% -
XYZ 25.15 14.89 9.33 -
YUV 100.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 194 56 81 0 0.71 0.58 0.24 349.13 0.55 0.49
Hex C2 38 51 0 47 3A 18 15D 37 31
Octal 302 70 121 0 107 72 30 535 67 61
Binary 11000010 111000 1010001 0 1000111 111010 11000 101011101 110111 110001

Color Harmonies of #C23851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23851

Black with #C23851

Text Example


Text Example

White with #C23851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23851; }

 p { color: rgb(194,56,81); }

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

background-color css

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

 a { background-color: rgb(194,56,81); }

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

border-color css

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

 span { border-color: rgb(194,56,81); }

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