Html Css Color HEX #C0375B Old Rose

📋 copy color: '#C0375B'

red 192 ◦ green 55 ◦ blue 91

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

Shades of Old Rose #C0375B

Tints of Old Rose #C0375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.27%

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

R = 56.8%
G = 16.27%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0375B (or 0xC0375B) is known color: Old Rose. HEX triplet: C0, 37 and 5B. RGB value is (192,55,91). Sum of RGB (Red+Green+Blue) = 192+55+91=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0375B is #3FC8A4. Grayscale: #646464. Windows color (decimal): -4180133 or 5978048. OLE color: 5978048.

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

Color convert

RGB 192 55 91 -
CMYK 0 0.71 0.53 0.25
HSL 344.23º 0.55% 0.48% -
HSV(B) 344.23º 0.71% 0.75% -
XYZ 24.99 14.69 11.42 -
YUV 100.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 192 55 91 0 0.71 0.53 0.25 344.23 0.55 0.48
Hex C0 37 5B 0 47 35 19 158 37 30
Octal 300 67 133 0 107 65 31 530 67 60
Binary 11000000 110111 1011011 0 1000111 110101 11001 101011000 110111 110000

Color Harmonies of #C0375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0375B

Black with #C0375B

Text Example


Text Example

White with #C0375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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