Html Css Color HEX #C6384F Old Rose

📋 copy color: '#C6384F'

red 198 ◦ green 56 ◦ blue 79

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

Shades of Old Rose #C6384F

Tints of Old Rose #C6384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.82%

 BLUE value IS 79 (31.25% from 255) = 23.72%

R = 59.46%
G = 16.82%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C6384F (or 0xC6384F) is known color: Old Rose. HEX triplet: C6, 38 and 4F. RGB value is (198,56,79). Sum of RGB (Red+Green+Blue) = 198+56+79=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C6384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6384F is #39C7B0. Grayscale: #656565. Windows color (decimal): -3786673 or 5191878. OLE color: 5191878.

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

Color convert

RGB 198 56 79 -
CMYK 0 0.72 0.60 0.22
HSL 350.28º 0.56% 0.5% -
HSV(B) 350.28º 0.72% 0.78% -
XYZ 26.11 15.4 8.99 -
YUV 101.08 115.54 197.13 -
System Red Green Blue C M Y K H S L
Decimal 198 56 79 0 0.72 0.60 0.22 350.28 0.56 0.5
Hex C6 38 4F 0 48 3C 16 15E 38 32
Octal 306 70 117 0 110 74 26 536 70 62
Binary 11000110 111000 1001111 0 1001000 111100 10110 101011110 111000 110010

Color Harmonies of #C6384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6384F

Black with #C6384F

Text Example


Text Example

White with #C6384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6384F; }

 p { color: rgb(198,56,79); }

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

background-color css

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

 a { background-color: rgb(198,56,79); }

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

border-color css

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

 span { border-color: rgb(198,56,79); }

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