Html Css Color HEX #C6345B Old Rose

📋 copy color: '#C6345B'

red 198 ◦ green 52 ◦ blue 91

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

Shades of Old Rose #C6345B

Tints of Old Rose #C6345B

RGB

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

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

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

R = 58.06%
G = 15.25%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6345B (or 0xC6345B) is known color: Old Rose. HEX triplet: C6, 34 and 5B. RGB value is (198,52,91). Sum of RGB (Red+Green+Blue) = 198+52+91=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6345B is #39CBA4. Grayscale: #646464. Windows color (decimal): -3787685 or 5977286. OLE color: 5977286.

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

Color convert

RGB 198 52 91 -
CMYK 0 0.74 0.54 0.22
HSL 343.97º 0.58% 0.49% -
HSV(B) 343.97º 0.74% 0.78% -
XYZ 26.41 15.22 11.44 -
YUV 100.1 122.87 197.83 -
System Red Green Blue C M Y K H S L
Decimal 198 52 91 0 0.74 0.54 0.22 343.97 0.58 0.49
Hex C6 34 5B 0 4A 36 16 158 3A 31
Octal 306 64 133 0 112 66 26 530 72 61
Binary 11000110 110100 1011011 0 1001010 110110 10110 101011000 111010 110001

Color Harmonies of #C6345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6345B

Black with #C6345B

Text Example


Text Example

White with #C6345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6345B; }

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

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

background-color css

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

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

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

border-color css

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

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

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