Html Css Color HEX #C02658 Old Rose

📋 copy color: '#C02658'

red 192 ◦ green 38 ◦ blue 88

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

Shades of Old Rose #C02658

Tints of Old Rose #C02658

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.95%

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

R = 60.38%
G = 11.95%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C02658 (or 0xC02658) is known color: Old Rose. HEX triplet: C0, 26 and 58. RGB value is (192,38,88). Sum of RGB (Red+Green+Blue) = 192+38+88=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C02658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02658 is #3FD9A7. Grayscale: #595959. Windows color (decimal): -4184488 or 5777088. OLE color: 5777088.

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

Color convert

RGB 192 38 88 -
CMYK 0 0.80 0.54 0.25
HSL 340.52º 0.67% 0.45% -
HSV(B) 340.52º 0.8% 0.75% -
XYZ 24.19 13.3 10.52 -
YUV 89.75 127.02 200.93 -
System Red Green Blue C M Y K H S L
Decimal 192 38 88 0 0.80 0.54 0.25 340.52 0.67 0.45
Hex C0 26 58 0 50 36 19 155 43 2D
Octal 300 46 130 0 120 66 31 525 103 55
Binary 11000000 100110 1011000 0 1010000 110110 11001 101010101 1000011 101101

Color Harmonies of #C02658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02658

Black with #C02658

Text Example


Text Example

White with #C02658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02658; }

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

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

background-color css

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

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

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

border-color css

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

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

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