Html Css Color HEX #C0355C Old Rose

📋 copy color: '#C0355C'

red 192 ◦ green 53 ◦ blue 92

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

Shades of Old Rose #C0355C

Tints of Old Rose #C0355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.73%

 BLUE value IS 92 (36.33% from 255) = 27.3%

R = 56.97%
G = 15.73%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0355C (or 0xC0355C) is known color: Old Rose. HEX triplet: C0, 35 and 5C. RGB value is (192,53,92). Sum of RGB (Red+Green+Blue) = 192+53+92=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0355C is #3FCAA3. Grayscale: #626262. Windows color (decimal): -4180644 or 6043072. OLE color: 6043072.

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

Color convert

RGB 192 53 92 -
CMYK 0 0.72 0.52 0.25
HSL 343.17º 0.57% 0.48% -
HSV(B) 343.17º 0.72% 0.75% -
XYZ 24.94 14.53 11.61 -
YUV 99.01 124.05 194.33 -
System Red Green Blue C M Y K H S L
Decimal 192 53 92 0 0.72 0.52 0.25 343.17 0.57 0.48
Hex C0 35 5C 0 48 34 19 157 39 30
Octal 300 65 134 0 110 64 31 527 71 60
Binary 11000000 110101 1011100 0 1001000 110100 11001 101010111 111001 110000

Color Harmonies of #C0355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0355C

Black with #C0355C

Text Example


Text Example

White with #C0355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0355C; }

 p { color: rgb(192,53,92); }

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

background-color css

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

 a { background-color: rgb(192,53,92); }

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

border-color css

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

 span { border-color: rgb(192,53,92); }

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