Html Css Color HEX #C03654 Old Rose

📋 copy color: '#C03654'

red 192 ◦ green 54 ◦ blue 84

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

Shades of Old Rose #C03654

Tints of Old Rose #C03654

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.36%

 BLUE value IS 84 (33.2% from 255) = 25.45%

R = 58.18%
G = 16.36%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C03654 (or 0xC03654) is known color: Old Rose. HEX triplet: C0, 36 and 54. RGB value is (192,54,84). Sum of RGB (Red+Green+Blue) = 192+54+84=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C03654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03654 is #3FC9AB. Grayscale: #626262. Windows color (decimal): -4180396 or 5519040. OLE color: 5519040.

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

Color convert

RGB 192 54 84 -
CMYK 0 0.72 0.56 0.25
HSL 346.96º 0.56% 0.48% -
HSV(B) 346.96º 0.72% 0.75% -
XYZ 24.66 14.48 9.88 -
YUV 98.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 192 54 84 0 0.72 0.56 0.25 346.96 0.56 0.48
Hex C0 36 54 0 48 38 19 15B 38 30
Octal 300 66 124 0 110 70 31 533 70 60
Binary 11000000 110110 1010100 0 1001000 111000 11001 101011011 111000 110000

Color Harmonies of #C03654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03654

Black with #C03654

Text Example


Text Example

White with #C03654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03654; }

 p { color: rgb(192,54,84); }

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

background-color css

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

 a { background-color: rgb(192,54,84); }

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

border-color css

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

 span { border-color: rgb(192,54,84); }

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