Html Css Color HEX #C02655 Old Rose

📋 copy color: '#C02655'

red 192 ◦ green 38 ◦ blue 85

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

Shades of Old Rose #C02655

Tints of Old Rose #C02655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.98%

R = 60.95%
G = 12.06%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C02655 (or 0xC02655) is known color: Old Rose. HEX triplet: C0, 26 and 55. RGB value is (192,38,85). Sum of RGB (Red+Green+Blue) = 192+38+85=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C02655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02655 is #3FD9AA. Grayscale: #595959. Windows color (decimal): -4184491 or 5580480. OLE color: 5580480.

HSL color Cylindrical-coordinate representation of color #C02655: hue angle of 341.69º 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 #C02655 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 38 85 -
CMYK 0 0.80 0.56 0.25
HSL 341.69º 0.67% 0.45% -
HSV(B) 341.69º 0.8% 0.75% -
XYZ 24.07 13.25 9.88 -
YUV 89.4 125.52 201.18 -
System Red Green Blue C M Y K H S L
Decimal 192 38 85 0 0.80 0.56 0.25 341.69 0.67 0.45
Hex C0 26 55 0 50 38 19 156 43 2D
Octal 300 46 125 0 120 70 31 526 103 55
Binary 11000000 100110 1010101 0 1010000 111000 11001 101010110 1000011 101101

Color Harmonies of #C02655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02655

Black with #C02655

Text Example


Text Example

White with #C02655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02655; }

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

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

background-color css

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

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

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

border-color css

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

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

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