Html Css Color HEX #C6374F Old Rose

📋 copy color: '#C6374F'

red 198 ◦ green 55 ◦ blue 79

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

Shades of Old Rose #C6374F

Tints of Old Rose #C6374F

RGB

 RED value IS 198 (77.73% from 255) = 59.64%

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

 BLUE value IS 79 (31.25% from 255) = 23.8%

R = 59.64%
G = 16.57%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C6374F (or 0xC6374F) is known color: Old Rose. HEX triplet: C6, 37 and 4F. RGB value is (198,55,79). Sum of RGB (Red+Green+Blue) = 198+55+79=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C6374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6374F is #39C8B0. Grayscale: #646464. Windows color (decimal): -3786929 or 5191622. OLE color: 5191622.

HSL color Cylindrical-coordinate representation of color #C6374F: hue angle of 349.93º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6374F is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 55 79 -
CMYK 0 0.72 0.60 0.22
HSL 349.93º 0.57% 0.5% -
HSV(B) 349.93º 0.72% 0.78% -
XYZ 26.07 15.3 8.98 -
YUV 100.49 115.88 197.55 -
System Red Green Blue C M Y K H S L
Decimal 198 55 79 0 0.72 0.60 0.22 349.93 0.57 0.5
Hex C6 37 4F 0 48 3C 16 15E 39 32
Octal 306 67 117 0 110 74 26 536 71 62
Binary 11000110 110111 1001111 0 1001000 111100 10110 101011110 111001 110010

Color Harmonies of #C6374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6374F

Black with #C6374F

Text Example


Text Example

White with #C6374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6374F; }

 p { color: rgb(198,55,79); }

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

background-color css

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

 a { background-color: rgb(198,55,79); }

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

border-color css

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

 span { border-color: rgb(198,55,79); }

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