Html Css Color HEX #C0365B Old Rose

📋 copy color: '#C0365B'

red 192 ◦ green 54 ◦ blue 91

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

Shades of Old Rose #C0365B

Tints of Old Rose #C0365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27%

R = 56.97%
G = 16.02%
B = 27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0365B (or 0xC0365B) is known color: Old Rose. HEX triplet: C0, 36 and 5B. RGB value is (192,54,91). Sum of RGB (Red+Green+Blue) = 192+54+91=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0365B is #3FC9A4. Grayscale: #636363. Windows color (decimal): -4180389 or 5977792. OLE color: 5977792.

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

Color convert

RGB 192 54 91 -
CMYK 0 0.72 0.53 0.25
HSL 343.91º 0.56% 0.48% -
HSV(B) 343.91º 0.72% 0.75% -
XYZ 24.95 14.6 11.4 -
YUV 99.48 123.22 193.99 -
System Red Green Blue C M Y K H S L
Decimal 192 54 91 0 0.72 0.53 0.25 343.91 0.56 0.48
Hex C0 36 5B 0 48 35 19 158 38 30
Octal 300 66 133 0 110 65 31 530 70 60
Binary 11000000 110110 1011011 0 1001000 110101 11001 101011000 111000 110000

Color Harmonies of #C0365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0365B

Black with #C0365B

Text Example


Text Example

White with #C0365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0365B; }

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

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

background-color css

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

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

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

border-color css

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

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

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