Html Css Color HEX #C6375F Old Rose

📋 copy color: '#C6375F'

red 198 ◦ green 55 ◦ blue 95

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

Shades of Old Rose #C6375F

Tints of Old Rose #C6375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 56.9%
G = 15.8%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6375F (or 0xC6375F) is known color: Old Rose. HEX triplet: C6, 37 and 5F. RGB value is (198,55,95). Sum of RGB (Red+Green+Blue) = 198+55+95=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C6375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6375F is #39C8A0. Grayscale: #666666. Windows color (decimal): -3786913 or 6240198. OLE color: 6240198.

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

Color convert

RGB 198 55 95 -
CMYK 0 0.72 0.52 0.22
HSL 343.22º 0.57% 0.5% -
HSV(B) 343.22º 0.72% 0.78% -
XYZ 26.72 15.56 12.42 -
YUV 102.32 123.88 196.25 -
System Red Green Blue C M Y K H S L
Decimal 198 55 95 0 0.72 0.52 0.22 343.22 0.57 0.5
Hex C6 37 5F 0 48 34 16 157 39 32
Octal 306 67 137 0 110 64 26 527 71 62
Binary 11000110 110111 1011111 0 1001000 110100 10110 101010111 111001 110010

Color Harmonies of #C6375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6375F

Black with #C6375F

Text Example


Text Example

White with #C6375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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