Html Css Color HEX #C6375B Old Rose

📋 copy color: '#C6375B'

red 198 ◦ green 55 ◦ blue 91

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

Shades of Old Rose #C6375B

Tints of Old Rose #C6375B

RGB

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

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

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

R = 57.56%
G = 15.99%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6375B (or 0xC6375B) is known color: Old Rose. HEX triplet: C6, 37 and 5B. RGB value is (198,55,91). Sum of RGB (Red+Green+Blue) = 198+55+91=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C6375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6375B is #39C8A4. Grayscale: #656565. Windows color (decimal): -3786917 or 5978054. OLE color: 5978054.

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

Color convert

RGB 198 55 91 -
CMYK 0 0.72 0.54 0.22
HSL 344.9º 0.57% 0.5% -
HSV(B) 344.9º 0.72% 0.78% -
XYZ 26.54 15.49 11.49 -
YUV 101.86 121.88 196.57 -
System Red Green Blue C M Y K H S L
Decimal 198 55 91 0 0.72 0.54 0.22 344.9 0.57 0.5
Hex C6 37 5B 0 48 36 16 159 39 32
Octal 306 67 133 0 110 66 26 531 71 62
Binary 11000110 110111 1011011 0 1001000 110110 10110 101011001 111001 110010

Color Harmonies of #C6375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6375B

Black with #C6375B

Text Example


Text Example

White with #C6375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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