Html Css Color HEX #C23858 Old Rose

📋 copy color: '#C23858'

red 194 ◦ green 56 ◦ blue 88

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

Shades of Old Rose #C23858

Tints of Old Rose #C23858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.04%

R = 57.4%
G = 16.57%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C23858 (or 0xC23858) is known color: Old Rose. HEX triplet: C2, 38 and 58. RGB value is (194,56,88). Sum of RGB (Red+Green+Blue) = 194+56+88=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C23858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23858 is #3DC7A7. Grayscale: #646464. Windows color (decimal): -4048808 or 5781698. OLE color: 5781698.

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

Color convert

RGB 194 56 88 -
CMYK 0 0.71 0.55 0.24
HSL 346.09º 0.55% 0.49% -
HSV(B) 346.09º 0.71% 0.76% -
XYZ 25.42 15 10.79 -
YUV 100.91 120.72 194.4 -
System Red Green Blue C M Y K H S L
Decimal 194 56 88 0 0.71 0.55 0.24 346.09 0.55 0.49
Hex C2 38 58 0 47 37 18 15A 37 31
Octal 302 70 130 0 107 67 30 532 67 61
Binary 11000010 111000 1011000 0 1000111 110111 11000 101011010 110111 110001

Color Harmonies of #C23858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23858

Black with #C23858

Text Example


Text Example

White with #C23858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23858; }

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

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

background-color css

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

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

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

border-color css

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

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

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