Html Css Color HEX #C0375A Old Rose

📋 copy color: '#C0375A'

red 192 ◦ green 55 ◦ blue 90

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

Shades of Old Rose #C0375A

Tints of Old Rose #C0375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.71%

R = 56.97%
G = 16.32%
B = 26.71%

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

#C0375A (or 0xC0375A) is known color: Old Rose. HEX triplet: C0, 37 and 5A. RGB value is (192,55,90). Sum of RGB (Red+Green+Blue) = 192+55+90=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0375A is #3FC8A5. Grayscale: #636363. Windows color (decimal): -4180134 or 5912512. OLE color: 5912512.

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

Color convert

RGB 192 55 90 -
CMYK 0 0.71 0.53 0.25
HSL 344.67º 0.55% 0.48% -
HSV(B) 344.67º 0.71% 0.75% -
XYZ 24.95 14.68 11.19 -
YUV 99.95 122.39 193.65 -
System Red Green Blue C M Y K H S L
Decimal 192 55 90 0 0.71 0.53 0.25 344.67 0.55 0.48
Hex C0 37 5A 0 47 35 19 159 37 30
Octal 300 67 132 0 107 65 31 531 67 60
Binary 11000000 110111 1011010 0 1000111 110101 11001 101011001 110111 110000

Color Harmonies of #C0375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0375A

Black with #C0375A

Text Example


Text Example

White with #C0375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0375A; }

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

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

background-color css

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

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

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

border-color css

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

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

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