Html Css Color HEX #C03C4B Old Rose

📋 copy color: '#C03C4B'

red 192 ◦ green 60 ◦ blue 75

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

Shades of Old Rose #C03C4B

Tints of Old Rose #C03C4B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

 BLUE value IS 75 (29.69% from 255) = 22.94%

R = 58.72%
G = 18.35%
B = 22.94%

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

#C03C4B (or 0xC03C4B) is known color: Old Rose. HEX triplet: C0, 3C and 4B. RGB value is (192,60,75). Sum of RGB (Red+Green+Blue) = 192+60+75=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C4B is #3FC3B4. Grayscale: #656565. Windows color (decimal): -4178869 or 4930752. OLE color: 4930752.

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

Color convert

RGB 192 60 75 -
CMYK 0 0.69 0.61 0.25
HSL 353.18º 0.52% 0.49% -
HSV(B) 353.18º 0.69% 0.75% -
XYZ 24.62 14.95 8.24 -
YUV 101.18 113.23 192.78 -
System Red Green Blue C M Y K H S L
Decimal 192 60 75 0 0.69 0.61 0.25 353.18 0.52 0.49
Hex C0 3C 4B 0 45 3D 19 161 34 31
Octal 300 74 113 0 105 75 31 541 64 61
Binary 11000000 111100 1001011 0 1000101 111101 11001 101100001 110100 110001

Color Harmonies of #C03C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C4B

Black with #C03C4B

Text Example


Text Example

White with #C03C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C4B; }

 p { color: rgb(192,60,75); }

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

background-color css

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

 a { background-color: rgb(192,60,75); }

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

border-color css

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

 span { border-color: rgb(192,60,75); }

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