Html Css Color HEX #C23058 Old Rose

📋 copy color: '#C23058'

red 194 ◦ green 48 ◦ blue 88

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

Shades of Old Rose #C23058

Tints of Old Rose #C23058

RGB

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

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

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

R = 58.79%
G = 14.55%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C23058 (or 0xC23058) is known color: Old Rose. HEX triplet: C2, 30 and 58. RGB value is (194,48,88). Sum of RGB (Red+Green+Blue) = 194+48+88=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C23058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23058 is #3DCFA7. Grayscale: #606060. Windows color (decimal): -4050856 or 5779650. OLE color: 5779650.

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

Color convert

RGB 194 48 88 -
CMYK 0 0.75 0.55 0.24
HSL 343.56º 0.6% 0.47% -
HSV(B) 343.56º 0.75% 0.76% -
XYZ 25.07 14.29 10.67 -
YUV 96.21 123.37 197.75 -
System Red Green Blue C M Y K H S L
Decimal 194 48 88 0 0.75 0.55 0.24 343.56 0.6 0.47
Hex C2 30 58 0 4B 37 18 158 3C 2F
Octal 302 60 130 0 113 67 30 530 74 57
Binary 11000010 110000 1011000 0 1001011 110111 11000 101011000 111100 101111

Color Harmonies of #C23058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23058

Black with #C23058

Text Example


Text Example

White with #C23058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23058; }

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

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

background-color css

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

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

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

border-color css

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

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

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