Html Css Color HEX #C6375D Old Rose

📋 copy color: '#C6375D'

red 198 ◦ green 55 ◦ blue 93

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

Shades of Old Rose #C6375D

Tints of Old Rose #C6375D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.88%

R = 57.23%
G = 15.9%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6375D (or 0xC6375D) is known color: Old Rose. HEX triplet: C6, 37 and 5D. RGB value is (198,55,93). Sum of RGB (Red+Green+Blue) = 198+55+93=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6375D is #39C8A2. Grayscale: #666666. Windows color (decimal): -3786915 or 6109126. OLE color: 6109126.

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

Color convert

RGB 198 55 93 -
CMYK 0 0.72 0.53 0.22
HSL 344.06º 0.57% 0.5% -
HSV(B) 344.06º 0.72% 0.78% -
XYZ 26.63 15.53 11.95 -
YUV 102.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 198 55 93 0 0.72 0.53 0.22 344.06 0.57 0.5
Hex C6 37 5D 0 48 35 16 158 39 32
Octal 306 67 135 0 110 65 26 530 71 62
Binary 11000110 110111 1011101 0 1001000 110101 10110 101011000 111001 110010

Color Harmonies of #C6375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6375D

Black with #C6375D

Text Example


Text Example

White with #C6375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6375D; }

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

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

background-color css

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

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

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

border-color css

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

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

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