Html Css Color HEX #C03362 Old Rose

📋 copy color: '#C03362'

red 192 ◦ green 51 ◦ blue 98

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

Shades of Old Rose #C03362

Tints of Old Rose #C03362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.96%

 BLUE value IS 98 (38.67% from 255) = 28.74%

R = 56.3%
G = 14.96%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C03362 (or 0xC03362) is known color: Old Rose. HEX triplet: C0, 33 and 62. RGB value is (192,51,98). Sum of RGB (Red+Green+Blue) = 192+51+98=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C03362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03362 is #3FCC9D. Grayscale: #626262. Windows color (decimal): -4181150 or 6435776. OLE color: 6435776.

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

Color convert

RGB 192 51 98 -
CMYK 0 0.73 0.49 0.25
HSL 340º 0.58% 0.48% -
HSV(B) 340º 0.73% 0.75% -
XYZ 25.13 14.46 13.02 -
YUV 98.52 127.71 194.68 -
System Red Green Blue C M Y K H S L
Decimal 192 51 98 0 0.73 0.49 0.25 340 0.58 0.48
Hex C0 33 62 0 49 31 19 154 3A 30
Octal 300 63 142 0 111 61 31 524 72 60
Binary 11000000 110011 1100010 0 1001001 110001 11001 101010100 111010 110000

Color Harmonies of #C03362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03362

Black with #C03362

Text Example


Text Example

White with #C03362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03362; }

 p { color: rgb(192,51,98); }

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

background-color css

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

 a { background-color: rgb(192,51,98); }

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

border-color css

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

 span { border-color: rgb(192,51,98); }

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