Html Css Color HEX #C03B5A Old Rose

📋 copy color: '#C03B5A'

red 192 ◦ green 59 ◦ blue 90

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

Shades of Old Rose #C03B5A

Tints of Old Rose #C03B5A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.3%

 BLUE value IS 90 (35.55% from 255) = 26.39%

R = 56.3%
G = 17.3%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C03B5A (or 0xC03B5A) is known color: Old Rose. HEX triplet: C0, 3B and 5A. RGB value is (192,59,90). Sum of RGB (Red+Green+Blue) = 192+59+90=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B5A is #3FC4A5. Grayscale: #666666. Windows color (decimal): -4179110 or 5913536. OLE color: 5913536.

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

Color convert

RGB 192 59 90 -
CMYK 0 0.69 0.53 0.25
HSL 346.02º 0.53% 0.49% -
HSV(B) 346.02º 0.69% 0.75% -
XYZ 25.15 15.07 11.26 -
YUV 102.3 121.06 191.98 -
System Red Green Blue C M Y K H S L
Decimal 192 59 90 0 0.69 0.53 0.25 346.02 0.53 0.49
Hex C0 3B 5A 0 45 35 19 15A 35 31
Octal 300 73 132 0 105 65 31 532 65 61
Binary 11000000 111011 1011010 0 1000101 110101 11001 101011010 110101 110001

Color Harmonies of #C03B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B5A

Black with #C03B5A

Text Example


Text Example

White with #C03B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B5A; }

 p { color: rgb(192,59,90); }

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

background-color css

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

 a { background-color: rgb(192,59,90); }

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

border-color css

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

 span { border-color: rgb(192,59,90); }

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