Html Css Color HEX #C0374B Old Rose

📋 copy color: '#C0374B'

red 192 ◦ green 55 ◦ blue 75

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

Shades of Old Rose #C0374B

Tints of Old Rose #C0374B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.29%

R = 59.63%
G = 17.08%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0374B (or 0xC0374B) is known color: Old Rose. HEX triplet: C0, 37 and 4B. RGB value is (192,55,75). Sum of RGB (Red+Green+Blue) = 192+55+75=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0374B is #3FC8B4. Grayscale: #626262. Windows color (decimal): -4180149 or 4929472. OLE color: 4929472.

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

Color convert

RGB 192 55 75 -
CMYK 0 0.71 0.61 0.25
HSL 351.24º 0.55% 0.48% -
HSV(B) 351.24º 0.71% 0.75% -
XYZ 24.37 14.45 8.16 -
YUV 98.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 192 55 75 0 0.71 0.61 0.25 351.24 0.55 0.48
Hex C0 37 4B 0 47 3D 19 15F 37 30
Octal 300 67 113 0 107 75 31 537 67 60
Binary 11000000 110111 1001011 0 1000111 111101 11001 101011111 110111 110000

Color Harmonies of #C0374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0374B

Black with #C0374B

Text Example


Text Example

White with #C0374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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