Html Css Color HEX #C03660 Old Rose

📋 copy color: '#C03660'

red 192 ◦ green 54 ◦ blue 96

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

Shades of Old Rose #C03660

Tints of Old Rose #C03660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.79%

 BLUE value IS 96 (37.89% from 255) = 28.07%

R = 56.14%
G = 15.79%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C03660 (or 0xC03660) is known color: Old Rose. HEX triplet: C0, 36 and 60. RGB value is (192,54,96). Sum of RGB (Red+Green+Blue) = 192+54+96=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C03660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03660 is #3FC99F. Grayscale: #646464. Windows color (decimal): -4180384 or 6305472. OLE color: 6305472.

HSL color Cylindrical-coordinate representation of color #C03660: hue angle of 341.74º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03660 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 96 -
CMYK 0 0.72 0.50 0.25
HSL 341.74º 0.56% 0.48% -
HSV(B) 341.74º 0.72% 0.75% -
XYZ 25.17 14.69 12.58 -
YUV 100.05 125.72 193.58 -
System Red Green Blue C M Y K H S L
Decimal 192 54 96 0 0.72 0.50 0.25 341.74 0.56 0.48
Hex C0 36 60 0 48 32 19 156 38 30
Octal 300 66 140 0 110 62 31 526 70 60
Binary 11000000 110110 1100000 0 1001000 110010 11001 101010110 111000 110000

Color Harmonies of #C03660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03660

Black with #C03660

Text Example


Text Example

White with #C03660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03660; }

 p { color: rgb(192,54,96); }

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

background-color css

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

 a { background-color: rgb(192,54,96); }

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

border-color css

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

 span { border-color: rgb(192,54,96); }

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