Html Css Color HEX #C02654 Old Rose

📋 copy color: '#C02654'

red 192 ◦ green 38 ◦ blue 84

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

Shades of Old Rose #C02654

Tints of Old Rose #C02654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.75%

R = 61.15%
G = 12.1%
B = 26.75%

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

#C02654 (or 0xC02654) is known color: Old Rose. HEX triplet: C0, 26 and 54. RGB value is (192,38,84). Sum of RGB (Red+Green+Blue) = 192+38+84=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C02654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02654 is #3FD9AB. Grayscale: #595959. Windows color (decimal): -4184492 or 5514944. OLE color: 5514944.

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

Color convert

RGB 192 38 84 -
CMYK 0 0.80 0.56 0.25
HSL 342.08º 0.67% 0.45% -
HSV(B) 342.08º 0.8% 0.75% -
XYZ 24.03 13.23 9.68 -
YUV 89.29 125.02 201.26 -
System Red Green Blue C M Y K H S L
Decimal 192 38 84 0 0.80 0.56 0.25 342.08 0.67 0.45
Hex C0 26 54 0 50 38 19 156 43 2D
Octal 300 46 124 0 120 70 31 526 103 55
Binary 11000000 100110 1010100 0 1010000 111000 11001 101010110 1000011 101101

Color Harmonies of #C02654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02654

Black with #C02654

Text Example


Text Example

White with #C02654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02654; }

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

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

background-color css

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

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

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

border-color css

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

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

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