Html Css Color HEX #C02358 Old Rose

📋 copy color: '#C02358'

red 192 ◦ green 35 ◦ blue 88

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

Shades of Old Rose #C02358

Tints of Old Rose #C02358

RGB

 RED value IS 192 (75.39% from 255) = 60.95%

 GREEN value IS 35 (14.06% from 255) = 11.11%

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

R = 60.95%
G = 11.11%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C02358 (or 0xC02358) is known color: Old Rose. HEX triplet: C0, 23 and 58. RGB value is (192,35,88). Sum of RGB (Red+Green+Blue) = 192+35+88=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C02358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02358 is #3FDCA7. Grayscale: #575757. Windows color (decimal): -4185256 or 5776320. OLE color: 5776320.

HSL color Cylindrical-coordinate representation of color #C02358: hue angle of 339.75º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02358 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 35 88 -
CMYK 0 0.82 0.54 0.25
HSL 339.75º 0.69% 0.45% -
HSV(B) 339.75º 0.82% 0.75% -
XYZ 24.1 13.11 10.49 -
YUV 87.99 128.01 202.19 -
System Red Green Blue C M Y K H S L
Decimal 192 35 88 0 0.82 0.54 0.25 339.75 0.69 0.45
Hex C0 23 58 0 52 36 19 154 45 2D
Octal 300 43 130 0 122 66 31 524 105 55
Binary 11000000 100011 1011000 0 1010010 110110 11001 101010100 1000101 101101

Color Harmonies of #C02358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02358

Black with #C02358

Text Example


Text Example

White with #C02358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02358; }

 p { color: rgb(192,35,88); }

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

background-color css

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

 a { background-color: rgb(192,35,88); }

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

border-color css

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

 span { border-color: rgb(192,35,88); }

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