Html Css Color HEX #C03B4A Old Rose

📋 copy color: '#C03B4A'

red 192 ◦ green 59 ◦ blue 74

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

Shades of Old Rose #C03B4A

Tints of Old Rose #C03B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.77%

R = 59.08%
G = 18.15%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C03B4A (or 0xC03B4A) is known color: Old Rose. HEX triplet: C0, 3B and 4A. RGB value is (192,59,74). Sum of RGB (Red+Green+Blue) = 192+59+74=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B4A is #3FC4B5. Grayscale: #646464. Windows color (decimal): -4179126 or 4864960. OLE color: 4864960.

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

Color convert

RGB 192 59 74 -
CMYK 0 0.69 0.61 0.25
HSL 353.23º 0.53% 0.49% -
HSV(B) 353.23º 0.69% 0.75% -
XYZ 24.54 14.83 8.05 -
YUV 100.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 192 59 74 0 0.69 0.61 0.25 353.23 0.53 0.49
Hex C0 3B 4A 0 45 3D 19 161 35 31
Octal 300 73 112 0 105 75 31 541 65 61
Binary 11000000 111011 1001010 0 1000101 111101 11001 101100001 110101 110001

Color Harmonies of #C03B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B4A

Black with #C03B4A

Text Example


Text Example

White with #C03B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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