Html Css Color HEX #C03B5F Old Rose

📋 copy color: '#C03B5F'

red 192 ◦ green 59 ◦ blue 95

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

Shades of Old Rose #C03B5F

Tints of Old Rose #C03B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.46%

R = 55.49%
G = 17.05%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C03B5F (or 0xC03B5F) is known color: Old Rose. HEX triplet: C0, 3B and 5F. RGB value is (192,59,95). Sum of RGB (Red+Green+Blue) = 192+59+95=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B5F is #3FC4A0. Grayscale: #666666. Windows color (decimal): -4179105 or 6241216. OLE color: 6241216.

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

Color convert

RGB 192 59 95 -
CMYK 0 0.69 0.51 0.25
HSL 343.76º 0.53% 0.49% -
HSV(B) 343.76º 0.69% 0.75% -
XYZ 25.37 15.16 12.42 -
YUV 102.87 123.56 191.57 -
System Red Green Blue C M Y K H S L
Decimal 192 59 95 0 0.69 0.51 0.25 343.76 0.53 0.49
Hex C0 3B 5F 0 45 33 19 158 35 31
Octal 300 73 137 0 105 63 31 530 65 61
Binary 11000000 111011 1011111 0 1000101 110011 11001 101011000 110101 110001

Color Harmonies of #C03B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B5F

Black with #C03B5F

Text Example


Text Example

White with #C03B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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