Html Css Color HEX #C03661 Old Rose

📋 copy color: '#C03661'

red 192 ◦ green 54 ◦ blue 97

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

Shades of Old Rose #C03661

Tints of Old Rose #C03661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.28%

R = 55.98%
G = 15.74%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C03661 (or 0xC03661) is known color: Old Rose. HEX triplet: C0, 36 and 61. RGB value is (192,54,97). Sum of RGB (Red+Green+Blue) = 192+54+97=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C03661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03661 is #3FC99E. Grayscale: #646464. Windows color (decimal): -4180383 or 6371008. OLE color: 6371008.

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

Color convert

RGB 192 54 97 -
CMYK 0 0.72 0.49 0.25
HSL 341.3º 0.56% 0.48% -
HSV(B) 341.3º 0.72% 0.75% -
XYZ 25.22 14.71 12.82 -
YUV 100.16 126.22 193.5 -
System Red Green Blue C M Y K H S L
Decimal 192 54 97 0 0.72 0.49 0.25 341.3 0.56 0.48
Hex C0 36 61 0 48 31 19 155 38 30
Octal 300 66 141 0 110 61 31 525 70 60
Binary 11000000 110110 1100001 0 1001000 110001 11001 101010101 111000 110000

Color Harmonies of #C03661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03661

Black with #C03661

Text Example


Text Example

White with #C03661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03661; }

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

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

background-color css

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

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

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

border-color css

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

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

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