Html Css Color HEX #C6345F Old Rose

📋 copy color: '#C6345F'

red 198 ◦ green 52 ◦ blue 95

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

Shades of Old Rose #C6345F

Tints of Old Rose #C6345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.07%

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

R = 57.39%
G = 15.07%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6345F (or 0xC6345F) is known color: Old Rose. HEX triplet: C6, 34 and 5F. RGB value is (198,52,95). Sum of RGB (Red+Green+Blue) = 198+52+95=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C6345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6345F is #39CBA0. Grayscale: #646464. Windows color (decimal): -3787681 or 6239430. OLE color: 6239430.

HSL color Cylindrical-coordinate representation of color #C6345F: hue angle of 342.33º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6345F is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 52 95 -
CMYK 0 0.74 0.52 0.22
HSL 342.33º 0.58% 0.49% -
HSV(B) 342.33º 0.74% 0.78% -
XYZ 26.58 15.29 12.38 -
YUV 100.56 124.87 197.5 -
System Red Green Blue C M Y K H S L
Decimal 198 52 95 0 0.74 0.52 0.22 342.33 0.58 0.49
Hex C6 34 5F 0 4A 34 16 156 3A 31
Octal 306 64 137 0 112 64 26 526 72 61
Binary 11000110 110100 1011111 0 1001010 110100 10110 101010110 111010 110001

Color Harmonies of #C6345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6345F

Black with #C6345F

Text Example


Text Example

White with #C6345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6345F; }

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

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

background-color css

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

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

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

border-color css

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

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

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