Html Css Color HEX #C0365C Old Rose

📋 copy color: '#C0365C'

red 192 ◦ green 54 ◦ blue 92

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

Shades of Old Rose #C0365C

Tints of Old Rose #C0365C

RGB

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

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

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

R = 56.8%
G = 15.98%
B = 27.22%

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

#C0365C (or 0xC0365C) is known color: Old Rose. HEX triplet: C0, 36 and 5C. RGB value is (192,54,92). Sum of RGB (Red+Green+Blue) = 192+54+92=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0365C is #3FC9A3. Grayscale: #636363. Windows color (decimal): -4180388 or 6043328. OLE color: 6043328.

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

Color convert

RGB 192 54 92 -
CMYK 0 0.72 0.52 0.25
HSL 343.48º 0.56% 0.48% -
HSV(B) 343.48º 0.72% 0.75% -
XYZ 24.99 14.62 11.63 -
YUV 99.59 123.72 193.91 -
System Red Green Blue C M Y K H S L
Decimal 192 54 92 0 0.72 0.52 0.25 343.48 0.56 0.48
Hex C0 36 5C 0 48 34 19 157 38 30
Octal 300 66 134 0 110 64 31 527 70 60
Binary 11000000 110110 1011100 0 1001000 110100 11001 101010111 111000 110000

Color Harmonies of #C0365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0365C

Black with #C0365C

Text Example


Text Example

White with #C0365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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